テンソルフロー::作戦::文字列下位

#include <string_ops.h>

すべての大文字をそれぞれの小文字に変換します。

まとめ

例:

tf.strings. lower("キャメルケース文字列とすべて大文字")

引数:

戻り値:

  • Output : 出力テンソル。

コンストラクターとデストラクター

StringLower (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
StringLower (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const StringLower::Attrs & attrs)

パブリック属性

operation
output

公共機能

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

パブリック静的関数

Encoding (StringPiece x)

構造体

tensorflow:: ops:: StringLower:: Attrs

StringLowerのオプションの属性セッター。

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

文字列下位

 StringLower(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

文字列下位

 StringLower(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const StringLower::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

エンコーディング

Attrs Encoding(
  StringPiece x
)