تينسورفلو :: العمليات :: QueueDequeue
#include <data_flow_ops.h>
يزيل مجموعة من موتر واحد أو أكثر من قائمة الانتظار المحددة.
ملخص
تحتوي هذه العملية على مخرجات k ، حيث k هو عدد المكونات في المجموعات المخزنة في قائمة الانتظار المحددة ، والمخرج i هو المكون i من المجموعة المنزوعة الصف.
ملاحظة: إذا كانت قائمة الانتظار فارغة ، فسيتم حظر هذه العملية حتى يتم فصل العنصر من قائمة الانتظار (أو تنقضي "timeout_ms" ، إذا تم تحديد ذلك).
الحجج:
- النطاق: كائن النطاق
- المقبض: مقبض قائمة الانتظار.
- Compon_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 |
وظائف ثابتة عامة | |
---|---|
TimeoutMs (int64 x) |
الهياكل | |
---|---|
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
وظائف ثابتة عامة
مهلة
Attrs TimeoutMs( int64 x )
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.