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

#include <parsing_ops.h>

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

まとめ

パブリック属性

little_endian_ = true
bool

公共機能

LittleEndian (bool x)
TF_MUST_USE_RESULT Attrs
入力bytesリトルエンディアン順であるかどうか。

パブリック属性

リトルエンディアン_

bool tensorflow::ops::DecodeRaw::Attrs::little_endian_ = true

公共機能

リトルエンディアン

TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeRaw::Attrs::LittleEndian(
  bool x
)

入力bytesリトルエンディアン順であるかどうか。

uint8などの単一バイトに格納されるout_type値の場合は無視されます。

デフォルトは true