จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: สรุปเทนเซอร์:: คุณสมบัติ
#include <logging_ops.h>
ตัวตั้งค่าแอตทริบิวต์เพิ่มเติมสำหรับ TensorSummary
สรุป
งานสาธารณะ |
---|
Description (StringPiece x) | โปรโตคอล SummaryDescription ที่เข้ารหัสด้วย json |
DisplayName (StringPiece x) | สตริงที่ไม่ได้ใช้ |
Labels (const gtl::ArraySlice< string > & x) | รายการสตริงที่ไม่ได้ใช้ |
คุณลักษณะสาธารณะ
คำอธิบาย_
StringPiece tensorflow::ops::TensorSummary::Attrs::description_ = ""
display_name_
StringPiece tensorflow::ops::TensorSummary::Attrs::display_name_ = ""
ป้ายกำกับ_
gtl::ArraySlice< string > tensorflow::ops::TensorSummary::Attrs::labels_ = {}
งานสาธารณะ
คำอธิบาย
TF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::Description(
StringPiece x
)
โปรโตคอล SummaryDescription ที่เข้ารหัสด้วย json
ค่าเริ่มต้นเป็น ""
ชื่อที่แสดง
TF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::DisplayName(
StringPiece x
)
สตริงที่ไม่ได้ใช้
ค่าเริ่มต้นเป็น ""
ป้ายกำกับ
TF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::Labels(
const gtl::ArraySlice< string > & x
)
รายการสตริงที่ไม่ได้ใช้
ค่าเริ่มต้นเป็น []
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-28 UTC
[null,null,["อัปเดตล่าสุด 2025-07-28 UTC"],[],[],null,["# tensorflow::ops::TensorSummary::Attrs Struct Reference\n\ntensorflow::ops::TensorSummary::Attrs\n=====================================\n\n`#include \u003clogging_ops.h\u003e`\n\nOptional attribute setters for [TensorSummary](/versions/r1.15/api_docs/cc/class/tensorflow/ops/tensor-summary#classtensorflow_1_1ops_1_1_tensor_summary).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------|-----------------------------|\n| [description_](#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs_1a976f01922653dc7effd8481455dc7fa2)` = \"\"` | `StringPiece` |\n| [display_name_](#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs_1a6d66b030638bbea93c4150c1a4f3c9e3)` = \"\"` | `StringPiece` |\n| [labels_](#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs_1af89d0cd6e50d72afa579ee6c12d334fa)` = {}` | `gtl::ArraySlice\u003c string \u003e` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Description](#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs_1af586e1802efa1ab75c8f58d92421ab32)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/tensor-summary/attrs#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs) A json-encoded SummaryDescription proto. |\n| [DisplayName](#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs_1a4c5bf3f8233602c417b8868462d36cbb)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/tensor-summary/attrs#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs) An unused string. |\n| [Labels](#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs_1a219220e1b37bf58464472c640e84de7f)`(const gtl::ArraySlice\u003c string \u003e & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/tensor-summary/attrs#structtensorflow_1_1ops_1_1_tensor_summary_1_1_attrs) An unused list of strings. |\n\nPublic attributes\n-----------------\n\n### description_\n\n```scdoc\nStringPiece tensorflow::ops::TensorSummary::Attrs::description_ = \"\"\n``` \n\n### display_name_\n\n```scdoc\nStringPiece tensorflow::ops::TensorSummary::Attrs::display_name_ = \"\"\n``` \n\n### labels_\n\n```scdoc\ngtl::ArraySlice\u003c string \u003e tensorflow::ops::TensorSummary::Attrs::labels_ = {}\n``` \n\nPublic functions\n----------------\n\n### Description\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::Description(\n StringPiece x\n)\n``` \nA json-encoded SummaryDescription proto.\n\nDefaults to \"\" \n\n### DisplayName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::DisplayName(\n StringPiece x\n)\n``` \nAn unused string.\n\nDefaults to \"\" \n\n### Labels\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::Labels(\n const gtl::ArraySlice\u003c string \u003e & x\n)\n``` \nAn unused list of strings.\n\nDefaults to \\[\\]"]]