संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: डिकोडरॉ:: Attrs
#include <parsing_ops.h>
DecodeRaw के लिए वैकल्पिक विशेषता सेटर।
सारांश
सार्वजनिक समारोह |
---|
LittleEndian (bool x) | क्या इनपुट bytes छोटे-एंडियन क्रम में हैं। |
सार्वजनिक गुण
छोटा_एंडियन_
bool tensorflow::ops::DecodeRaw::Attrs::little_endian_ = true
सार्वजनिक समारोह
लिटिलएंडियन
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeRaw::Attrs::LittleEndian(
bool x
)
क्या इनपुट bytes
छोटे-एंडियन क्रम में हैं।
uint8
जैसे एकल बाइट में संग्रहीत out_type
मानों को अनदेखा कर दिया गया है।
डिफ़ॉल्ट सत्य पर
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# tensorflow::ops::DecodeRaw::Attrs Struct Reference\n\ntensorflow::ops::DecodeRaw::Attrs\n=================================\n\n`#include \u003cparsing_ops.h\u003e`\n\nOptional attribute setters for [DecodeRaw](/versions/r2.3/api_docs/cc/class/tensorflow/ops/decode-raw#classtensorflow_1_1ops_1_1_decode_raw).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------|--------|\n| [little_endian_](#structtensorflow_1_1ops_1_1_decode_raw_1_1_attrs_1aed7aa1275ffc8c2e6ba4f3eeea8f1e4c)` = true` | `bool` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [LittleEndian](#structtensorflow_1_1ops_1_1_decode_raw_1_1_attrs_1a789c8bb2340a650d5d347861774b257a)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/decode-raw/attrs#structtensorflow_1_1ops_1_1_decode_raw_1_1_attrs) Whether the input `bytes` are in little-endian order. |\n\nPublic attributes\n-----------------\n\n### little_endian_\n\n```scdoc\nbool tensorflow::ops::DecodeRaw::Attrs::little_endian_ = true\n``` \n\nPublic functions\n----------------\n\n### LittleEndian\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeRaw::Attrs::LittleEndian(\n bool x\n)\n``` \nWhether the input `bytes` are in little-endian order.\n\nIgnored for `out_type` values that are stored in a single byte like `uint8`.\n\nDefaults to true"]]