تدفق التوتر:: العمليات:: فك الشفرة المبطنة:: Attrs
#include <parsing_ops.h>
محددات السمات الاختيارية لـ DecodePaddedRaw .
ملخص
الصفات العامة | |
---|---|
little_endian_ = true | bool |
الوظائف العامة | |
---|---|
LittleEndian (bool x) | TF_MUST_USE_RESULT Attrs ما إذا كانت وحدات الإدخال input_bytes بترتيب النهاية الصغيرة. |
الصفات العامة
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
بترتيب النهاية الصغيرة.
يتم تجاهله بالنسبة لقيم out_type
المخزنة في بايت واحد، مثل uint8
الافتراضيات إلى صحيح
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة 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"]]