텐서플로우:: 작전:: 정규식FullMatch

#include <string_ops.h>

입력이 정규식 패턴과 일치하는지 확인하세요.

요약

입력은 모든 형태의 문자열 텐서입니다. 패턴은 입력 텐서의 모든 요소에 적용되는 스칼라 문자열 텐서입니다. 출력 텐서의 부울 값(True 또는 False)은 입력이 제공된 정규식 패턴과 일치하는지 여부를 나타냅니다.

패턴은 re2 구문( https://github.com/google/re2/wiki/Syntax )을 따릅니다.

인수:

  • 범위: 범위 개체
  • 입력: 처리할 텍스트의 문자열 텐서.
  • 패턴: 입력과 일치하는 정규식을 포함하는 스칼라 문자열 텐서입니다.

보고:

  • Output : input 과 동일한 모양을 가진 부울 텐서.

생성자와 소멸자

RegexFullMatch (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input pattern)

공개 속성

operation
output

공공 기능

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

정규식FullMatch

 RegexFullMatch(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input pattern
)

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const