संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: एलएमडीबीरीडर:: Attrs
#include <io_ops.h>
LMDBReader के लिए वैकल्पिक विशेषता सेटर।
सारांश
सार्वजनिक समारोह |
---|
Container (StringPiece x) | यदि खाली नहीं है, तो इस रीडर को दिए गए कंटेनर में रखा गया है। |
SharedName (StringPiece x) | यदि खाली नहीं है, तो इस रीडर को दिए गए बकेट में इस साझा_नाम के साथ नामित किया गया है। |
सार्वजनिक गुण
कंटेनर_
StringPiece tensorflow::ops::LMDBReader::Attrs::container_ = ""
साझा_नाम_
StringPiece tensorflow::ops::LMDBReader::Attrs::shared_name_ = ""
सार्वजनिक समारोह
पात्र
TF_MUST_USE_RESULT Attrs tensorflow::ops::LMDBReader::Attrs::Container(
StringPiece x
)
यदि खाली नहीं है, तो इस रीडर को दिए गए कंटेनर में रखा गया है।
अन्यथा, एक डिफ़ॉल्ट कंटेनर का उपयोग किया जाता है।
डिफ़ॉल्ट रूप से ""
साझानाम
TF_MUST_USE_RESULT Attrs tensorflow::ops::LMDBReader::Attrs::SharedName(
StringPiece x
)
यदि खाली नहीं है, तो इस रीडर को दिए गए बकेट में इस साझा_नाम के साथ नामित किया गया है।
अन्यथा, इसके स्थान पर नोड नाम का उपयोग किया जाता है।
डिफ़ॉल्ट रूप से ""
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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::LMDBReader::Attrs Struct Reference\n\ntensorflow::ops::LMDBReader::Attrs\n==================================\n\n`#include \u003cio_ops.h\u003e`\n\nOptional attribute setters for [LMDBReader](/versions/r1.15/api_docs/cc/class/tensorflow/ops/l-m-d-b-reader#classtensorflow_1_1ops_1_1_l_m_d_b_reader).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------|---------------|\n| [container_](#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs_1add25e46bffe36a475068240d1fea1b2c)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs_1a77fcbb16282f6b91fc7e7bdf7d2dbd77)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Container](#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs_1abf48a4f6d18deda52c9a64d31082023c)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/l-m-d-b-reader/attrs#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs) If non-empty, this reader is placed in the given container. |\n| [SharedName](#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs_1af0cddfe15c6ccc66a682decb3a1ff644)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/l-m-d-b-reader/attrs#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs) If non-empty, this reader is named in the given bucket with this shared_name. |\n\nPublic attributes\n-----------------\n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::LMDBReader::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::LMDBReader::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::LMDBReader::Attrs::Container(\n StringPiece x\n)\n``` \nIf non-empty, this reader is placed in the given container.\n\nOtherwise, a default container is used.\n\nDefaults to \"\" \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::LMDBReader::Attrs::SharedName(\n StringPiece x\n)\n``` \nIf non-empty, this reader is named in the given bucket with this shared_name.\n\nOtherwise, the node name is used instead.\n\nDefaults to \"\""]]