テンソルフロー::作戦::デコードRaw

#include <parsing_ops.h>

文字列のバイトを数値のベクトルとして再解釈します。

まとめ

引数:

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

  • little_endian: 入力bytesリトルエンディアン順であるかどうか。 uint8などの単一バイトに格納されるout_type値の場合は無視されます。

戻り値:

  • Output : 入力bytesよりも 1 次元多いTensor 。追加される次元のサイズは、 out_typeを表すバイト数で割ったbytes要素の長さに等しいサイズになります。

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

DecodeRaw (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes, DataType out_type)
DecodeRaw (const :: tensorflow::Scope & scope, :: tensorflow::Input bytes, DataType out_type, const DecodeRaw::Attrs & attrs)

パブリック属性

operation
output

公共機能

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

パブリック静的関数

LittleEndian (bool x)

構造体

tensorflow:: ops:: DecodeRaw:: Attrs

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

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

デコードRaw

 DecodeRaw(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input bytes,
  DataType out_type
)

デコードRaw

 DecodeRaw(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input bytes,
  DataType out_type,
  const DecodeRaw::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

リトルエンディアン

Attrs LittleEndian(
  bool x
)