จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: สั่งซื้อMapClear:: คุณสมบัติ
#include <data_flow_ops.h>
ตัวตั้งค่าคุณลักษณะเพิ่มเติมสำหรับ OrderedMapClear
สรุป
คุณลักษณะสาธารณะ
ความจุ_
int64 tensorflow::ops::OrderedMapClear::Attrs::capacity_ = 0
คอนเทนเนอร์_
StringPiece tensorflow::ops::OrderedMapClear::Attrs::container_ = ""
หน่วยความจำ_ขีดจำกัด_
int64 tensorflow::ops::OrderedMapClear::Attrs::memory_limit_ = 0
shared_name_
StringPiece tensorflow::ops::OrderedMapClear::Attrs::shared_name_ = ""
งานสาธารณะ
ความจุ
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Capacity(
int64 x
)
คอนเทนเนอร์
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Container(
StringPiece x
)
หน่วยความจำจำกัด
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::MemoryLimit(
int64 x
)
ชื่อที่ใช้ร่วมกัน
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::SharedName(
StringPiece x
)
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],[],null,["# tensorflow::ops::OrderedMapClear::Attrs Struct Reference\n\ntensorflow::ops::OrderedMapClear::Attrs\n=======================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOptional attribute setters for [OrderedMapClear](/versions/r2.2/api_docs/cc/class/tensorflow/ops/ordered-map-clear#classtensorflow_1_1ops_1_1_ordered_map_clear).\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------|---------------|\n| [capacity_](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a99ef97e6d755d0eae99bcb0fcad03aca)` = 0` | `int64` |\n| [container_](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1ae9b914c8c79d3837b67cf51a628147cf)` = \"\"` | `StringPiece` |\n| [memory_limit_](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a002316cf240081ab68772446656b42c5)` = 0` | `int64` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1afb6062ff7cd57d50032098b7f0fd5ff9)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Capacity](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a075e30ed42636da74d7be6806f10a94a)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/ordered-map-clear/attrs#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs) Defaults to 0. |\n| [Container](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a93900ada4696979cc7e7c124701cc0fd)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/ordered-map-clear/attrs#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs) Defaults to \"\". |\n| [MemoryLimit](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a3756d1b2df40e0ba7c3a1f4331b0b489)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/ordered-map-clear/attrs#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs) Defaults to 0. |\n| [SharedName](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1ad0dcfd239e9bf2544d35f7f5f6f4306e)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/ordered-map-clear/attrs#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs) Defaults to \"\". |\n\nPublic attributes\n-----------------\n\n### capacity_\n\n```scdoc\nint64 tensorflow::ops::OrderedMapClear::Attrs::capacity_ = 0\n``` \n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::OrderedMapClear::Attrs::container_ = \"\"\n``` \n\n### memory_limit_\n\n```scdoc\nint64 tensorflow::ops::OrderedMapClear::Attrs::memory_limit_ = 0\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::OrderedMapClear::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Capacity\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Capacity(\n int64 x\n)\n``` \nDefaults to 0. \n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Container(\n StringPiece x\n)\n``` \nDefaults to \"\". \n\n### MemoryLimit\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::MemoryLimit(\n int64 x\n)\n``` \nDefaults to 0. \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::SharedName(\n StringPiece x\n)\n``` \nDefaults to \"\"."]]