TensorListConcatLists

パブリック最終クラスTensorListConcatLists

定数

OP_NAME TensorFlow コア エンジンによって認識される、この演算の名前

パブリックメソッド

出力< TType >
asOutput ()
テンソルのシンボリック ハンドルを返します。
static <T extends TType > TensorListConcatLists
create (スコープscope、オペランド<?> inputA、オペランド<?> inputB、Class<T> elementDtype)
新しい TensorListConcatLists オペレーションをラップするクラスを作成するファクトリ メソッド。
出力<?>

継承されたメソッド

定数

パブリック静的最終文字列OP_NAME

TensorFlow コア エンジンによって認識される、この演算の名前

定数値: "TensorListConcatLists"

パブリックメソッド

public Output < TType > asOutput ()

テンソルのシンボリック ハンドルを返します。

TensorFlow オペレーションへの入力は、別の TensorFlow オペレーションの出力です。このメソッドは、入力の計算を表すシンボリック ハンドルを取得するために使用されます。

public static TensorListConcatLists create (スコープscope,オペランド<?> inputA,オペランド<?> inputB, Class<T> elementDtype)

新しい TensorListConcatLists オペレーションをラップするクラスを作成するファクトリ メソッド。

パラメーター
範囲現在のスコープ
戻り値
  • TensorListConcatLists の新しいインスタンス

public出力<?>出力()