パブリック最終クラスDataFormatVecPermute
入力テンソルを `src_format` から `dst_format` に並べ替えます。
入力テンソルはサイズ 4 のベクトル、または 4x2 テンソルでなければなりません。
たとえば、`NHWC` の `src_format`、`NCHW` の `dst_format`、および入力の場合:
[1, 2, 3, 4]
[[1, 2, 3, 4],
[5, 6, 7, 8]]
[1, 4, 2, 3]
[[1, 4, 2, 3],
[5, 8, 6, 7]]
ネストされたクラス
クラス | DataFormatVecPermute.Options | DataFormatVecPermute のオプションの属性 |
定数
弦 | OP_NAME | TensorFlow コア エンジンによって認識される、この演算の名前 |
パブリックメソッド
出力<T> | asOutput () テンソルのシンボリック ハンドルを返します。 |
static <T extends TNumber > DataFormatVecPermute <T> | |
静的DataFormatVecPermute.Options | dstFormat (文字列 dstFormat) |
静的DataFormatVecPermute.Options | srcFormat (文字列 srcFormat) |
出力<T> | y () 宛先データ形式のサイズ 4 のベクトルまたは形状 (4, 2) のテンソル。 |
継承されたメソッド
定数
パブリック静的最終文字列OP_NAME
TensorFlow コア エンジンによって認識される、この演算の名前
定数値: "DataFormatVecPermute"
パブリックメソッド
public Output <T> asOutput ()
テンソルのシンボリック ハンドルを返します。
TensorFlow オペレーションへの入力は、別の TensorFlow オペレーションの出力です。このメソッドは、入力の計算を表すシンボリック ハンドルを取得するために使用されます。
public static DataFormatVecPermute <T> create (スコープscope、オペランド<T> x、オプション...オプション)
新しい DataFormatVecPermute オペレーションをラップするクラスを作成するためのファクトリ メソッド。
パラメータ
範囲 | 現在のスコープ |
---|---|
× | ソース データ形式のサイズ 4 のベクトルまたは形状 (4, 2) のテンソル。 |
オプション | オプションの属性値を持ちます |
返品
- DataFormatVecPermute の新しいインスタンス