TensorArrayPack

パブリック最終クラスTensorArrayPack

ネストされたクラス

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

定数

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

パブリックメソッド

出力<T>
asOutput ()
テンソルのシンボリック ハンドルを返します。
static <T extends TType > TensorArrayPack <T>
create ( Scopeスコープ、 Operand < TString > handle、 Operand < TFloat32 > flowIn、Class<T> dtype、 Options... options)
新しい TensorArrayPack オペレーションをラップするクラスを作成するファクトリ メソッド。
静的TensorArrayPack.Options
elementShape (シェイプelementShape)
出力<T>
価値()

継承されたメソッド

定数

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

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

定数値: "TensorArrayPack"

パブリックメソッド

public Output <T> asOutput ()

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

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

public static TensorArrayPack <T> create (スコープスコープ、オペランド< TString > ハンドル、オペランド< TFloat32 > flowIn、Class<T> dtype、オプション...オプション)

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

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

public static TensorArrayPack.Options elementShape ( Shape elementShape)

public出力<T>()