Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::
ops::
DecodePaddedRaw::
Attrs
#include <parsing_ops.h>
Optional attribute setters for
DecodePaddedRaw
.
Summary
Public functions
|
LittleEndian
(bool x)
|
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-05-14 UTC.
[null,null,["Last updated 2021-05-14 UTC."],[],[],null,["# tensorflow::ops::DecodePaddedRaw::Attrs Struct Reference\n\ntensorflow::\nops::\nDecodePaddedRaw::\nAttrs\n==========================================\n\n`\n#include \u003cparsing_ops.h\u003e\n`\n\n\nOptional attribute setters for\n[DecodePaddedRaw](/versions/r2.5/api_docs/cc/class/tensorflow/ops/decode-padded-raw#classtensorflow_1_1ops_1_1_decode_padded_raw)\n.\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------------|----------|\n| ` `[little_endian_](#structtensorflow_1_1ops_1_1_decode_padded_raw_1_1_attrs_1ae00bfef25bd3cdf425bf664b5b3eb181)` = true ` | ` bool ` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` `[LittleEndian](#structtensorflow_1_1ops_1_1_decode_padded_raw_1_1_attrs_1a05585e099f21b7a529d6fded528d448c)` (bool x) ` | ` TF_MUST_USE_RESULT `[Attrs](/versions/r2.5/api_docs/cc/struct/tensorflow/ops/decode-padded-raw/attrs#structtensorflow_1_1ops_1_1_decode_padded_raw_1_1_attrs)` ` Whether the input ` input_bytes ` is in little-endian order. |\n\nPublic attributes\n-----------------\n\n### little_endian_\n\n```scdoc\nbool tensorflow::ops::DecodePaddedRaw::Attrs::little_endian_ = true\n``` \n\nPublic functions\n----------------\n\n### LittleEndian\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePaddedRaw::Attrs::LittleEndian(\n bool x\n)\n``` \n\nWhether the input\n`\ninput_bytes\n`\nis in little-endian order.\n\n\nIgnored for\n`\nout_type\n`\nvalues that are stored in a single byte, like\n`\nuint8\n`\n\n\nDefaults to true"]]