تدفق التوتر:: العمليات:: قائمة الانتظار
#include <data_flow_ops.h>
إغلاق قائمة الانتظار المحددة.
ملخص
تشير هذه العملية إلى أنه لن يتم إدراج المزيد من العناصر في قائمة الانتظار المحددة. ستفشل عمليات Enqueue(Many) اللاحقة. ستستمر عمليات Dequeue(Many) اللاحقة في النجاح إذا بقيت عناصر كافية في قائمة الانتظار. ستفشل عمليات Dequeue(Many) اللاحقة التي قد يتم حظرها على الفور.
الحجج:
- النطاق: كائن النطاق
- مقبض: مقبض قائمة الانتظار.
السمات الاختيارية (انظر Attrs
):
- Cancel_pending_enqueues: إذا كان صحيحًا، فسيتم إلغاء جميع طلبات قائمة الانتظار المعلقة المحظورة في قائمة الانتظار المحددة.
العوائد:
-
Operation
التي تم إنشاؤها
البنائين والمدمرين | |
---|---|
QueueClose (const :: tensorflow::Scope & scope, :: tensorflow::Input handle) | |
QueueClose (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const QueueClose::Attrs & attrs) |
الوظائف العامة | |
---|---|
operator::tensorflow::Operation () const |
وظائف ثابتة العامة | |
---|---|
CancelPendingEnqueues (bool x) |
الهياكل | |
---|---|
Tensorflow:: ops:: QueueClose:: Attrs | محددات السمات الاختيارية لـ QueueClose . |
الصفات العامة
عملية
Operation operation
الوظائف العامة
قائمة الانتظار
QueueClose( const ::tensorflow::Scope & scope, ::tensorflow::Input handle )
قائمة الانتظار
QueueClose( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const QueueClose::Attrs & attrs )
المشغل::tensorflow::Operation
operator::tensorflow::Operation() const
وظائف ثابتة العامة
CancelPendingEnqueues
Attrs CancelPendingEnqueues( bool x )