จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: ถอดรหัสบีบอัด:: คุณสมบัติ
#include <parsing_ops.h>
ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ DecodeCompressed
สรุป
งานสาธารณะ |
---|
CompressionType (StringPiece x) | สเกลาร์ที่มี (i) สตริงว่าง (ไม่มีการบีบอัด), (ii) "ZLIB" หรือ (iii) "GZIP" |
คุณลักษณะสาธารณะ
การบีบอัด_ประเภท_
StringPiece tensorflow::ops::DecodeCompressed::Attrs::compression_type_ = ""
งานสาธารณะ
ประเภทการบีบอัด
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCompressed::Attrs::CompressionType(
StringPiece x
)
สเกลาร์ที่มี (i) สตริงว่าง (ไม่มีการบีบอัด), (ii) "ZLIB" หรือ (iii) "GZIP"
ค่าเริ่มต้นเป็น ""
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# tensorflow::ops::DecodeCompressed::Attrs Struct Reference\n\ntensorflow::ops::DecodeCompressed::Attrs\n========================================\n\n`#include \u003cparsing_ops.h\u003e`\n\nOptional attribute setters for [DecodeCompressed](/versions/r1.15/api_docs/cc/class/tensorflow/ops/decode-compressed#classtensorflow_1_1ops_1_1_decode_compressed).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------------|---------------|\n| [compression_type_](#structtensorflow_1_1ops_1_1_decode_compressed_1_1_attrs_1a7f8f41d913a4298bb9828f4064791216)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CompressionType](#structtensorflow_1_1ops_1_1_decode_compressed_1_1_attrs_1a3b096b03b678baf20a16ca63748cf254)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/decode-compressed/attrs#structtensorflow_1_1ops_1_1_decode_compressed_1_1_attrs) A scalar containing either (i) the empty string (no compression), (ii) \"ZLIB\", or (iii) \"GZIP\". |\n\nPublic attributes\n-----------------\n\n### compression_type_\n\n```carbon\nStringPiece tensorflow::ops::DecodeCompressed::Attrs::compression_type_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### CompressionType\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCompressed::Attrs::CompressionType(\n StringPiece x\n)\n``` \nA scalar containing either (i) the empty string (no compression), (ii) \"ZLIB\", or (iii) \"GZIP\".\n\nDefaults to \"\""]]