TensorListConcat

パブリック最終クラスTensorListConcat

リスト内のすべてのテンソルを 0 次元に沿って連結します。

すべてのテンソルが最初の次元を除いて同じ形状であることを要求します。

input_handle: 入力リスト。テンソル: 連結された結果。 length: リスト内のテンソルの 0 番目の次元のサイズを含む出力テンソル。勾配の計算に使用されます。

ネストされたクラス

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

パブリックメソッド

静的 <T> TensorListConcat <T>
create (スコープscope、オペランド<?>inputHandle、Class<T>elementDtype、 Options...オプション)
新しい TensorListConcat オペレーションをラップするクラスを作成するためのファクトリ メソッド。
静的TensorListConcat.Options
elementShape (シェイプelementShape)
出力<ロング>
出力<T>

継承されたメソッド

パブリックメソッド

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

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

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

public static TensorListConcat.Options elementShape ( Shape elementShape)

public出力<Long>長さ()

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