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.
Last updated 2020-04-20 UTC.
[null,null,["Last updated 2020-04-20 UTC."],[],[],null,["# tensorflow::ops::DecodePaddedRaw::Attrs Struct Reference\n\ntensorflow::ops::DecodePaddedRaw::Attrs\n=======================================\n\n`#include \u003cparsing_ops.h\u003e`\n\nOptional attribute setters for [DecodePaddedRaw](/versions/r1.15/api_docs/cc/class/tensorflow/ops/decode-padded-raw#classtensorflow_1_1ops_1_1_decode_padded_raw).\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/r1.15/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``` \nWhether the input `input_bytes` is in little-endian order.\n\nIgnored for `out_type` values that are stored in a single byte, like `uint8`\n\nDefaults to true"]]