tensorflow::ops::DecodePaddedRaw::Attrs
#include <parsing_ops.h>
Дополнительные атрибуты для DecodePaddedRaw.
Краткое описание
| Публичные атрибуты | |
|---|---|
little_endian_ = true | bool |
| Публичные функции | |
|---|---|
LittleEndian(bool x) | TF_MUST_USE_RESULT Attrs Указывает, представлен ли вход input_bytes в формате little-endian. |
Публичные атрибуты
little_endian_
bool tensorflow::ops::DecodePaddedRaw::Attrs::little_endian_ = true
Публичные функции
LittleEndian
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePaddedRaw::Attrs::LittleEndian( bool x )
Указывает, представлен ли вход input_bytes в формате little-endian.
Игнорируется для out_type значений, хранящихся в одном байте, например, uint8
По умолчанию true
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/struct/tensorflow/ops/decode-padded-raw/attrs