จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: AddManySparseToTensorsMap:: คุณสมบัติ
#include <sparse_ops.h>
ตัวตั้งค่าแอตทริบิวต์เพิ่มเติมสำหรับ AddManySparseToTensorsMap
สรุป
งานสาธารณะ |
---|
Container (StringPiece x) | ชื่อคอนเทนเนอร์สำหรับ SparseTensorsMap ที่สร้างโดย op นี้ |
SharedName (StringPiece x) | ชื่อที่ใช้ร่วมกันสำหรับ SparseTensorsMap ที่สร้างโดย op นี้ |
คุณลักษณะสาธารณะ
คอนเทนเนอร์_
StringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::container_ = ""
shared_name_
StringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::shared_name_ = ""
งานสาธารณะ
คอนเทนเนอร์
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::Attrs::Container(
StringPiece x
)
ชื่อคอนเทนเนอร์สำหรับ SparseTensorsMap
ที่สร้างโดย op นี้
ค่าเริ่มต้นเป็น ""
ชื่อที่ใช้ร่วมกัน
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::Attrs::SharedName(
StringPiece x
)
ชื่อที่ใช้ร่วมกันสำหรับ SparseTensorsMap
ที่สร้างโดย op นี้
หากเว้นว่างไว้ ระบบจะใช้ชื่อเฉพาะของ ปฏิบัติการ ใหม่
ค่าเริ่มต้นเป็น ""
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],[],null,["# tensorflow::ops::AddManySparseToTensorsMap::Attrs Struct Reference\n\ntensorflow::ops::AddManySparseToTensorsMap::Attrs\n=================================================\n\n`#include \u003csparse_ops.h\u003e`\n\nOptional attribute setters for [AddManySparseToTensorsMap](/versions/r2.1/api_docs/cc/class/tensorflow/ops/add-many-sparse-to-tensors-map#classtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------------------|---------------|\n| [container_](#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs_1a1db452d24648302257eb4e168c265232)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs_1aa3a3f8bbb3418142bb90c79e1bc2e6f9)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Container](#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs_1aa4cb763da8fe385ed1862d8bf7b739f9)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.1/api_docs/cc/struct/tensorflow/ops/add-many-sparse-to-tensors-map/attrs#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs) The container name for the `SparseTensorsMap` created by this op. |\n| [SharedName](#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs_1a2636bda4fd19e24e4df76df0d1e01aa3)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.1/api_docs/cc/struct/tensorflow/ops/add-many-sparse-to-tensors-map/attrs#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs) The shared name for the `SparseTensorsMap` created by this op. |\n\nPublic attributes\n-----------------\n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::Attrs::Container(\n StringPiece x\n)\n``` \nThe container name for the `SparseTensorsMap` created by this op.\n\nDefaults to \"\" \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::Attrs::SharedName(\n StringPiece x\n)\n``` \nThe shared name for the `SparseTensorsMap` created by this op.\n\nIf blank, the new [Operation](/versions/r2.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)'s unique name is used.\n\nDefaults to \"\""]]