TensorListStack

パブリック最終クラスTensorListStack

すべてのテンソルをリストに積み重ねます。

すべてのテンソルが同じ形状であることが必要です。

input_handle: 入力リスト tensor: 収集された結果 num_elements: オプション。 -1 でない場合は、リスト内の要素の数。

ネストされたクラス

クラスTensorListStack.Options TensorListStackのオプションの属性

パブリックメソッド

出力<T>
asOutput ()
テンソルのシンボリック ハンドルを返します。
静的 <T> TensorListStack <T>
create (スコープscope、オペランド<?>inputHandle、オペランド<Integer>elementShape、Class<T>elementDtype、 Options... options)
新しい TensorListStack オペレーションをラップするクラスを作成するファクトリ メソッド。
静的TensorListStack.Options
numElements (長い numElements)
出力<T>

継承されたメソッド

パブリックメソッド

public Output <T> asOutput ()

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

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

public static TensorListStack <T> create (スコープscope、オペランド<?> inputHandle、オペランド<Integer> elementShape、Class<T> elementDtype、 Options...オプション)

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

パラメーター
範囲現在のスコープ
オプションオプションの属性値を持ちます
戻り値
  • TensorListStack の新しいインスタンス

public static TensorListStack.Options numElements (Long numElements)

public出力<T>テンソル()