TensorListElementShape

パブリック最終クラスTensorListElementShape

指定されたリストの要素の形状 (テンソルとして)。

input_handle: リスト element_shape: リストの要素の形状

パブリックメソッド

出力<T>
asOutput ()
テンソルのシンボリック ハンドルを返します。
static <T extends Number> TensorListElementShape <T>
create (スコープscope、オペランド<?>inputHandle、Class<T>shapeType)
新しい TensorListElementShape オペレーションをラップするクラスを作成するファクトリ メソッド。
出力<T>

継承されたメソッド

パブリックメソッド

public Output <T> asOutput ()

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

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

public static TensorListElementShape <T> create (スコープscope、オペランド<?> inputHandle、Class<T>shapeType)

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

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

public Output <T> elementShape ()