tensorflow :: ops :: StringJoin
#include <string_ops.h>
指定された文字列テンソルのリスト内の文字列を1つのテンソルに結合します。
概要
指定された区切り文字を使用します(デフォルトは空の区切り文字です)。
引数:
- スコープ:スコープオブジェクト
- 入力:文字列テンソルのリスト。テンソルはすべて同じ形状であるか、スカラーである必要があります。スカラーが混在している可能性があります。これらは、非スカラー入力の形でブロードキャストされます。
オプションの属性(参照Attrs
):
- セパレータ:文字列、オプションの結合セパレータ。
戻り値:
-
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
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
StringJoin
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs, const StringJoin::Attrs & attrs )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
演算子:: tensorflow ::出力
operator::tensorflow::Output() const
パブリック静的関数
セパレーター
Attrs Separator( StringPiece x )