جریان تنسور:: عملیات:: DecodePaddedRaw:: Attrs
#include <parsing_ops.h>
تنظیم کننده های ویژگی اختیاری برای DecodePaddedRaw .
خلاصه
صفات عمومی | |
---|---|
little_endian_ = true | bool |
توابع عمومی | |
---|---|
LittleEndian (bool x) | TF_MUST_USE_RESULT Attrs اینکه آیا input_bytes ورودی به ترتیب اندک اند. |
صفات عمومی
کوچک_اندیان_
bool tensorflow::ops::DecodePaddedRaw::Attrs::little_endian_ = true
توابع عمومی
لیتل اندیان
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePaddedRaw::Attrs::LittleEndian( bool x )
اینکه آیا input_bytes
ورودی به ترتیب اندک اند.
برای مقادیر out_type
که در یک بایت ذخیره می شوند، مانند uint8
نادیده گرفته می شود
پیش فرض ها به درست است
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-27 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-27 بهوقت ساعت هماهنگ جهانی."],[],[],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/r2.2/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/r2.2/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"]]