TensorListReserve

パブリック最終クラスTensorListReserve

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

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

定数

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

パブリックメソッド

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

継承されたメソッド

定数

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

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

定数値: "TensorListReserve"

パブリックメソッド

public Output < TType > asOutput ()

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

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

public static TensorListReserve create (スコープscope, Operand <? extends TNumber > elementShape, Operand < TInt32 > numElements, Class<U> elementDtype)

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

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

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