TensorListConcatLists

パブリック最終クラスTensorListConcatLists

パブリックメソッド

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

継承されたメソッド

パブリックメソッド

public Output <オブジェクト> asOutput ()

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

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

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

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

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

public出力<?>出力()