จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: DecodePaddedRaw:: คุณสมบัติ
#include <parsing_ops.h>
ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ DecodePaddedRaw
สรุป
งานสาธารณะ |
---|
LittleEndian (bool x) | ไม่ว่าอินพุต input_bytes จะอยู่ในลำดับ little-endian หรือไม่ |
คุณลักษณะสาธารณะ
ลิตเติ้ล_เอนเดียน_
bool tensorflow::ops::DecodePaddedRaw::Attrs::little_endian_ = true
งานสาธารณะ
ลิตเติ้ลเอนเดียน
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePaddedRaw::Attrs::LittleEndian(
bool x
)
ไม่ว่าอินพุต input_bytes
จะอยู่ในลำดับ little-endian หรือไม่
ละเว้นค่า out_type
ที่จัดเก็บไว้ในไบต์เดียว เช่น uint8
ค่าเริ่มต้นเป็นจริง
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 2025-07-27 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/r2.3/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.3/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"]]