tensorflow:: אופס:: DecodeCompressed:: Attrs
#include <parsing_ops.h>
קובעי תכונות אופציונליים עבור DecodeCompressed .
תַקצִיר
תכונות ציבוריות | |
---|---|
compression_type_ = "" | StringPiece |
תפקידים ציבוריים | |
---|---|
CompressionType (StringPiece x) | TF_MUST_USE_RESULT Attrs סקלאר המכיל או (i) את המחרוזת הריקה (ללא דחיסה), (ii) "ZLIB", או (iii) "GZIP". |
תכונות ציבוריות
דחיסה_סוג_
StringPiece tensorflow::ops::DecodeCompressed::Attrs::compression_type_ = ""
תפקידים ציבוריים
CompressionType
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCompressed::Attrs::CompressionType( StringPiece x )
סקלאר המכיל או (i) את המחרוזת הריקה (ללא דחיסה), (ii) "ZLIB", או (iii) "GZIP".
ברירת המחדל היא ""
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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/r2.0/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/r2.0/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 \"\""]]