W3cubDocs

/TensorFlow C++ 1.15

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

© 2020 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/versions/r1.15/api_docs/cc/struct/tensorflow/ops/decode-padded-raw/attrs