テンソルフロー::作戦::文字列結合

#include <string_ops.h>

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

まとめ

指定された区切り文字を使用します (デフォルトは空の区切り文字です)。

引数:

  • スコープ:スコープオブジェクト
  • 入力: 文字列テンソルのリスト。テンソルはすべて同じ形状であるか、スカラーである必要があります。スカラーが混合される場合があります。これらは非スカラー入力の形状にブロードキャストされます。

オプションの属性 ( Attrsを参照):

  • separator: 文字列、オプションの結合区切り文字。

戻り値:

  • Output : 出力テンソル。

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

StringJoin (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs)
StringJoin (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs, const StringJoin::Attrs & attrs)

パブリック属性

operation
output

公共機能

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

パブリック静的関数

Separator (StringPiece x)

構造体

tensorflow:: ops:: StringJoin:: Attrs

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

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

文字列結合

 StringJoin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs
)

文字列結合

 StringJoin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs,
  const StringJoin::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

セパレータ

Attrs Separator(
  StringPiece x
)