テンソルフロー::作戦::データ形式VecPermute

#include <nn_ops.h>

指定された宛先データ形式で並べ替えられたベクトル/テンソルを返します。

まとめ

1 つはソース データ形式です。

引数:

  • スコープ:スコープオブジェクト
  • x: ソース データ形式のサイズ 4 のベクトルまたは形状 (4, 2) のテンソル

オプションの属性 ( Attrsを参照):

  • src_format: ソースデータ形式。
  • dst_format: 宛先データ形式。

戻り値:

  • Output : 宛先データ形式のサイズ 4 のベクトルまたは形状 (4, 2) のテンソル

コンストラクターとデストラクター

DataFormatVecPermute (const :: tensorflow::Scope & scope, :: tensorflow::Input x)
DataFormatVecPermute (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const DataFormatVecPermute::Attrs & attrs)

パブリック属性

operation
y

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック静的関数

DstFormat (StringPiece x)
SrcFormat (StringPiece x)

構造体

tensorflow:: ops:: DataFormatVecPermute:: Attrs

DataFormatVecPermuteのオプションの属性セッター。

パブリック属性

手術

Operation operation

y

::tensorflow::Output y

公共機能

データ形式VecPermute

 DataFormatVecPermute(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

データ形式VecPermute

 DataFormatVecPermute(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  const DataFormatVecPermute::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

Dstフォーマット

Attrs DstFormat(
  StringPiece x
)

Srcフォーマット

Attrs SrcFormat(
  StringPiece x
)