تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تدفق التوتر:: العمليات:: قائمة انتظار الأولوية:: أترز
#include <data_flow_ops.h>
محددات السمات الاختيارية لـ PriorityQueue .
ملخص
الوظائف العامة |
---|
Capacity (int64 x) | الحد الأعلى لعدد العناصر في قائمة الانتظار هذه. |
ComponentTypes (const DataTypeSlice & x) | نوع كل مكون في القيمة. |
Container (StringPiece x) | إذا لم تكن فارغة، يتم وضع قائمة الانتظار هذه في الحاوية المحددة. |
SharedName (StringPiece x) | إذا لم تكن فارغة، فستتم مشاركة قائمة الانتظار هذه تحت الاسم المحدد عبر جلسات متعددة. |
الصفات العامة
سعة_
int64 tensorflow::ops::PriorityQueue::Attrs::capacity_ = -1
أنواع_المكون_
DataTypeSlice tensorflow::ops::PriorityQueue::Attrs::component_types_ = {}
حاوية_
StringPiece tensorflow::ops::PriorityQueue::Attrs::container_ = ""
اسم_مشترك_
StringPiece tensorflow::ops::PriorityQueue::Attrs::shared_name_ = ""
الوظائف العامة
سعة
TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::Capacity(
int64 x
)
الحد الأعلى لعدد العناصر في قائمة الانتظار هذه.
الأرقام السالبة تعني عدم وجود حد.
الإعدادات الافتراضية هي -1
أنواع المكونات
TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::ComponentTypes(
const DataTypeSlice & x
)
نوع كل مكون في القيمة.
الإعدادات الافتراضية إلى []
حاوية
TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::Container(
StringPiece x
)
إذا لم تكن فارغة، يتم وضع قائمة الانتظار هذه في الحاوية المحددة.
وبخلاف ذلك، يتم استخدام حاوية افتراضية.
الإعدادات الافتراضية إلى ""
الاسم المشترك
TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::SharedName(
StringPiece x
)
إذا لم تكن فارغة، فستتم مشاركة قائمة الانتظار هذه تحت الاسم المحدد عبر جلسات متعددة.
الإعدادات الافتراضية إلى ""
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# tensorflow::ops::PriorityQueue::Attrs Struct Reference\n\ntensorflow::ops::PriorityQueue::Attrs\n=====================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOptional attribute setters for [PriorityQueue](/versions/r1.15/api_docs/cc/class/tensorflow/ops/priority-queue#classtensorflow_1_1ops_1_1_priority_queue).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------|-----------------|\n| [capacity_](#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs_1aa65ffe44dc2714109f19e52992569fec)` = -1` | `int64` |\n| [component_types_](#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs_1aa839a218bb8127538e1149e179d2acd4)` = {}` | `DataTypeSlice` |\n| [container_](#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs_1a963c0211187034f0a378b5156205d87d)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs_1a5499e28c72d1d604fabb04d1d18d45d5)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Capacity](#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs_1aae9a59255a2ba82121cf2ac12fb3be6b)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/priority-queue/attrs#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs) The upper bound on the number of elements in this queue. |\n| [ComponentTypes](#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs_1aeecbf3906b679e8d2947a6da73dcbebe)`(const DataTypeSlice & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/priority-queue/attrs#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs) The type of each component in a value. |\n| [Container](#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs_1ab62e40df0008369c3717067be30e9f80)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/priority-queue/attrs#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs) If non-empty, this queue is placed in the given container. |\n| [SharedName](#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs_1a0c6e77bf1243bca2aad8a9b695ed47cb)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/priority-queue/attrs#structtensorflow_1_1ops_1_1_priority_queue_1_1_attrs) If non-empty, this queue will be shared under the given name across multiple sessions. |\n\nPublic attributes\n-----------------\n\n### capacity_\n\n```scdoc\nint64 tensorflow::ops::PriorityQueue::Attrs::capacity_ = -1\n``` \n\n### component_types_\n\n```carbon\nDataTypeSlice tensorflow::ops::PriorityQueue::Attrs::component_types_ = {}\n``` \n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::PriorityQueue::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::PriorityQueue::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Capacity\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::Capacity(\n int64 x\n)\n``` \nThe upper bound on the number of elements in this queue.\n\nNegative numbers mean no limit.\n\nDefaults to -1 \n\n### ComponentTypes\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::ComponentTypes(\n const DataTypeSlice & x\n)\n``` \nThe type of each component in a value.\n\nDefaults to \\[\\] \n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::Container(\n StringPiece x\n)\n``` \nIf non-empty, this queue 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::PriorityQueue::Attrs::SharedName(\n StringPiece x\n)\n``` \nIf non-empty, this queue will be shared under the given name across multiple sessions.\n\nDefaults to \"\""]]