संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: रुकावट:: Attrs
#include <data_flow_ops.h>
बैरियर के लिए वैकल्पिक विशेषता सेटर।
सारांश
सार्वजनिक समारोह |
---|
Capacity (int64 x) | अवरोध की क्षमता. |
Container (StringPiece x) | यदि खाली नहीं है, तो यह बैरियर दिए गए कंटेनर में रखा गया है। |
Shapes (const gtl::ArraySlice< PartialTensorShape > & x) | एक मान में प्रत्येक घटक का आकार. |
SharedName (StringPiece x) | यदि खाली नहीं है, तो इस बाधा को दिए गए नाम के तहत कई सत्रों में साझा किया जाएगा। |
सार्वजनिक गुण
क्षमता_
int64 tensorflow::ops::Barrier::Attrs::capacity_ = -1
कंटेनर_
StringPiece tensorflow::ops::Barrier::Attrs::container_ = ""
आकार_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::Barrier::Attrs::shapes_ = {}
साझा_नाम_
StringPiece tensorflow::ops::Barrier::Attrs::shared_name_ = ""
सार्वजनिक समारोह
क्षमता
TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Capacity(
int64 x
)
अवरोध की क्षमता.
डिफ़ॉल्ट क्षमता MAX_INT32 है, जो अंतर्निहित कतार की सबसे बड़ी क्षमता है।
-1 पर डिफ़ॉल्ट
पात्र
TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Container(
StringPiece x
)
यदि खाली नहीं है, तो यह बैरियर दिए गए कंटेनर में रखा गया है।
अन्यथा, एक डिफ़ॉल्ट कंटेनर का उपयोग किया जाता है।
डिफ़ॉल्ट रूप से ""
आकार
TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Shapes(
const gtl::ArraySlice< PartialTensorShape > & x
)
एक मान में प्रत्येक घटक का आकार.
प्रत्येक आकृति पहले आयाम में 1 होनी चाहिए। इस एटीआर की लंबाई कंपोनेंट_टाइप्स की लंबाई के समान होनी चाहिए।
डिफ़ॉल्ट रूप से []
साझा नाम
TF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::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::Barrier::Attrs Struct Reference\n\ntensorflow::ops::Barrier::Attrs\n===============================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOptional attribute setters for [Barrier](/versions/r1.15/api_docs/cc/class/tensorflow/ops/barrier#classtensorflow_1_1ops_1_1_barrier).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------|-----------------------------------------|\n| [capacity_](#structtensorflow_1_1ops_1_1_barrier_1_1_attrs_1a69050e8ab6942c26170a259770beb612)` = -1` | `int64` |\n| [container_](#structtensorflow_1_1ops_1_1_barrier_1_1_attrs_1a12a926ec571515bc3d7f263b29e80930)` = \"\"` | `StringPiece` |\n| [shapes_](#structtensorflow_1_1ops_1_1_barrier_1_1_attrs_1a9427afb384416c3b614e93464421d3d2)` = {}` | `gtl::ArraySlice\u003c PartialTensorShape \u003e` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_barrier_1_1_attrs_1aa08c6738f5454d724dea56d2f412f773)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Capacity](#structtensorflow_1_1ops_1_1_barrier_1_1_attrs_1af3bd6950840f3ff42a55315285da416f)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/barrier/attrs#structtensorflow_1_1ops_1_1_barrier_1_1_attrs) The capacity of the barrier. |\n| [Container](#structtensorflow_1_1ops_1_1_barrier_1_1_attrs_1a9efc1dc034650d56b150d89cb7867450)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/barrier/attrs#structtensorflow_1_1ops_1_1_barrier_1_1_attrs) If non-empty, this barrier is placed in the given container. |\n| [Shapes](#structtensorflow_1_1ops_1_1_barrier_1_1_attrs_1a418b729afcfe333b28907730793ffd60)`(const gtl::ArraySlice\u003c PartialTensorShape \u003e & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/barrier/attrs#structtensorflow_1_1ops_1_1_barrier_1_1_attrs) The shape of each component in a value. |\n| [SharedName](#structtensorflow_1_1ops_1_1_barrier_1_1_attrs_1a81b69b1d5a7eaaa0aa32c6e19af28c5b)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/barrier/attrs#structtensorflow_1_1ops_1_1_barrier_1_1_attrs) If non-empty, this barrier will be shared under the given name across multiple sessions. |\n\nPublic attributes\n-----------------\n\n### capacity_\n\n```scdoc\nint64 tensorflow::ops::Barrier::Attrs::capacity_ = -1\n``` \n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::Barrier::Attrs::container_ = \"\"\n``` \n\n### shapes_\n\n```scdoc\ngtl::ArraySlice\u003c PartialTensorShape \u003e tensorflow::ops::Barrier::Attrs::shapes_ = {}\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::Barrier::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Capacity\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Capacity(\n int64 x\n)\n``` \nThe capacity of the barrier.\n\nThe default capacity is MAX_INT32, which is the largest capacity of the underlying queue.\n\nDefaults to -1 \n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Container(\n StringPiece x\n)\n``` \nIf non-empty, this barrier is placed in the given container.\n\nOtherwise, a default container is used.\n\nDefaults to \"\" \n\n### Shapes\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::Shapes(\n const gtl::ArraySlice\u003c PartialTensorShape \u003e & x\n)\n``` \nThe shape of each component in a value.\n\nEach shape must be 1 in the first dimension. The length of this attr must be the same as the length of component_types.\n\nDefaults to \\[\\] \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Barrier::Attrs::SharedName(\n StringPiece x\n)\n``` \nIf non-empty, this barrier will be shared under the given name across multiple sessions.\n\nDefaults to \"\""]]