تدفق التوتر:: العمليات:: QueueDequeue
#include <data_flow_ops.h>
يحذف صفًا من موتر واحد أو أكثر من قائمة الانتظار المحددة.
ملخص
تحتوي هذه العملية على مخرجات k، حيث k هو عدد المكونات في الصف المخزن في قائمة الانتظار المحددة، والإخراج i هو المكون رقم الصف في الصف.
ملحوظة: إذا كانت قائمة الانتظار فارغة، فسيتم حظر هذه العملية حتى يتم وضع العنصر في قائمة الانتظار (أو انقضاء "timeout_ms"، إذا تم تحديده).
الحجج:
- النطاق: كائن النطاق
- مقبض: مقبض قائمة الانتظار.
- Component_types: نوع كل مكون في الصف.
السمات الاختيارية (انظر Attrs
):
- timeout_ms: إذا كانت قائمة الانتظار فارغة، فسيتم حظر هذه العملية لمدة تصل إلى timeout_ms ميلي ثانية. ملاحظة: هذا الخيار غير مدعوم حتى الآن.
العوائد:
-
OutputList
: موتر واحد أو أكثر تم وضعه في صف.
البنائين والمدمرين | |
---|---|
QueueDequeue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const DataTypeSlice & component_types) | |
QueueDequeue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const DataTypeSlice & component_types, const QueueDequeue::Attrs & attrs) |
الصفات العامة | |
---|---|
components | |
operation |
الوظائف العامة | |
---|---|
operator[] (size_t index) const |
الهياكل | |
---|---|
Tensorflow:: ops:: QueueDequeue:: Attrs | محددات السمات الاختيارية لـ QueueDequeue . |
الصفات العامة
عناصر
::tensorflow::OutputList components
عملية
Operation operation
الوظائف العامة
QueueDequeue
QueueDequeue( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const DataTypeSlice & component_types )
QueueDequeue
QueueDequeue( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, const DataTypeSlice & component_types, const QueueDequeue::Attrs & attrs )
عامل التشغيل[]
::tensorflow::Output operator[]( size_t index ) const
وظائف ثابتة العامة
مهلةMs
Attrs TimeoutMs( int64 x )