文字列操作

まとめ

クラス

tensorflow:: ops:: AsString

指定されたテンソルの各エントリを文字列に変換します。

tensorflow:: ops:: DecodeBase64

Web セーフな Base64 エンコード文字列をデコードします。

tensorflow:: ops:: EncodeBase64

文字列を Web セーフな Base64 形式にエンコードします。

tensorflow:: ops:: ReduceJoin

指定された次元にわたって文字列テンソルを結合します。

tensorflow:: ops:: RegexFullMatch

入力が正規表現パターンと一致するかどうかを確認します。

tensorflow:: ops:: RegexReplace

input内のpattern正規表現の一致を、 rewriteで提供された置換文字列に置き換えます。

tensorflow:: ops:: StringFormat

テンソルのリストを使用して文字列テンプレートをフォーマットします。

tensorflow:: ops:: StringJoin

指定された文字列テンソルのリスト内の文字列を 1 つのテンソルに結合します。

tensorflow:: ops:: StringLength

inputの文字列の長さ。

tensorflow:: ops:: StringLower

TODO: ドキュメントを追加します。

tensorflow:: ops:: StringNGrams

不規則な文字列データから ngram を作成します。

tensorflow:: ops:: StringSplit

delimiterに基づいてinputの要素をSparseTensorに分割します。

tensorflow:: ops:: StringSplitV2

sepに基づいてsourceの要素をSparseTensorに分割します。

tensorflow:: ops:: StringStrip

Tensorから先頭と末尾の空白を削除します。

tensorflow:: ops:: StringToHashBucket

入力Tensorの各文字列をバケットの数によってそのハッシュ mod に変換します。

tensorflow:: ops:: StringToHashBucketFast

入力Tensorの各文字列をバケットの数によってそのハッシュ mod に変換します。

tensorflow:: ops:: StringToHashBucketStrong

入力Tensorの各文字列をバケットの数によってそのハッシュ mod に変換します。

tensorflow:: ops:: StringUpper

TODO: ドキュメントを追加します。

tensorflow:: ops:: Substr

文字列のTensorから部分文字列を返します。

tensorflow:: ops:: UnicodeScript

Unicode 整数コード ポイントの指定されたテンソルのスクリプト コードを決定します。

tensorflow:: ops:: UnicodeTranscode

入力テキストをソース エンコーディングから宛先エンコーディングにトランスコードします。

tensorflow:: ops:: UnsortedSegmentJoin

segment_idsに基づいてinputsの要素を結合します。