TensorListStack

パブリック最終クラスTensorListStack

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

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

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

ネストされたクラス

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

定数

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

パブリックメソッド

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

継承されたメソッド

定数

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

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

定数値: "TensorListStack"

パブリックメソッド

public Output <T> asOutput ()

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

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

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

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

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

public static TensorListStack.Options numElements (Long numElements)

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