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