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