संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: AddManySparseToTensorsMap:: Attrs
#include <sparse_ops.h>
AddManySparseToTensorsMap के लिए वैकल्पिक विशेषता सेटर्स।
सारांश
सार्वजनिक समारोह |
---|
Container (StringPiece x) | इस ऑप द्वारा बनाए गए SparseTensorsMap के लिए कंटेनर नाम। |
SharedName (StringPiece x) | इस ऑप द्वारा बनाए गए SparseTensorsMap का साझा नाम। |
सार्वजनिक गुण
कंटेनर_
StringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::container_ = ""
साझा_नाम_
StringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::shared_name_ = ""
सार्वजनिक समारोह
पात्र
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::Attrs::Container(
StringPiece x
)
इस ऑप द्वारा बनाए गए SparseTensorsMap
के लिए कंटेनर नाम।
डिफ़ॉल्ट रूप से ""
साझा नाम
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::Attrs::SharedName(
StringPiece x
)
इस ऑप द्वारा बनाए गए SparseTensorsMap
का साझा नाम।
यदि रिक्त है, तो नए ऑपरेशन के अद्वितीय नाम का उपयोग किया जाता है।
डिफ़ॉल्ट रूप से ""
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (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/r1.15/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/r1.15/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/r1.15/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/r1.15/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)'s unique name is used.\n\nDefaults to \"\""]]