#include <parsing_ops.h>
Optional attribute setters for DecodeRaw.
Public attributes | |
---|---|
little_endian_ = true | bool |
Public functions | |
---|---|
LittleEndian(bool x) | Whether the input bytes are in little-endian order. |
bool tensorflow::ops::DecodeRaw::Attrs::little_endian_ = true
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
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/decode-raw/attrs.html