TensorArrayPack

パブリック最終クラスTensorArrayPack

ネストされたクラス

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

パブリックメソッド

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

継承されたメソッド

パブリックメソッド

public Output <T> asOutput ()

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

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

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

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

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

public static TensorArrayPack.Options elementShape ( Shape elementShape)

public出力<T>()