TensorListReserve

パブリック最終クラスTensorListReserve

空の要素を含む指定されたサイズのリスト。

element_shape: リストの将来の要素の形状 num_elements: 予約する要素の数 handle: 出力リスト element_dtype: リスト内の必要な要素のタイプ。

パブリックメソッド

出力<オブジェクト>
asOutput ()
テンソルのシンボリック ハンドルを返します。
static <T extends Number, U> TensorListReserve
create (スコープscope、オペランド<T> elementShape、オペランド<Integer> numElements、Class<U> elementDtype)
新しい TensorListReserve オペレーションをラップするクラスを作成するファクトリ メソッド。
出力<?>

継承されたメソッド

パブリックメソッド

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

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

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

public static TensorListReserve create (スコープscope,オペランド<T> elementShape,オペランド<Integer> numElements, Class<U> elementDtype)

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

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

public出力<?>ハンドル()