tensorflow :: ops :: RegexFullMatch
#include <string_ops.h>
入力が正規表現パターンと一致するかどうかを確認します。
概要
入力は、任意の形状の文字列テンソルです。パターンは、入力テンソルのすべての要素に適用されるスカラー文字列テンソルです。出力テンソルのブール値(TrueまたはFalse)は、入力が提供された正規表現パターンと一致するかどうかを示します。
パターンはre2構文に従います( https://github.com/google/re2/wiki/Syntax )
引数:
- スコープ:スコープオブジェクト
- input:処理されるテキストの文字列テンソル。
- 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
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const