Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: RegexFullMatch

#include <string_ops.h>

입력이 정규식 패턴과 일치하는지 확인하십시오.

요약

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

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

인수 :

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

보고:

  • 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

공공 기능

RegexFullMatch

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

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const