tensorflow:: ops:: DecodePaddedRaw:: Attrs
#include <parsing_ops.h>
Optional attribute setters for DecodePaddedRaw.
Summary
Public attributes |
|
---|---|
little_endian_ = true
|
bool
|
Public functions |
|
---|---|
LittleEndian(bool x)
|
TF_MUST_USE_RESULT Attrs
Whether the input
input_bytes is in little-endian order. |
Public attributes
little_endian_
bool tensorflow::ops::DecodePaddedRaw::Attrs::little_endian_ = true
Public functions
LittleEndian
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePaddedRaw::Attrs::LittleEndian( bool x )
Whether the input input_bytes
is in little-endian order.
Ignored for out_type
values that are stored in a single byte, like uint8
Defaults to true