تينسورفلو :: العمليات :: QueueEnqueueMany
#include <data_flow_ops.h>
يحصر صفراً أو أكثر من الصفوف لواحد أو أكثر من الموترات في قائمة الانتظار المحددة.
ملخص
تقوم هذه العملية بتقطيع كل موتر مكون على طول البعد 0 لإنشاء عناصر قائمة انتظار متعددة. يجب أن يكون لجميع مكونات المجموعة نفس الحجم في البعد 0.
تحتوي مدخلات المكونات على عناصر k ، والتي تتوافق مع مكونات المجموعات المخزنة في قائمة الانتظار المحددة.
ملاحظة: إذا كانت قائمة الانتظار ممتلئة ، فسيتم حظر هذه العملية حتى يتم إدراج العناصر المحددة في قائمة الانتظار (أو انقضاء "timeout_ms" ، إذا تم تحديد ذلك).
الحجج:
- النطاق: كائن النطاق
- المقبض: مقبض قائمة الانتظار.
- المكونات: واحد أو أكثر من الموترات التي يجب أن تؤخذ منها الموترات المغطاة.
السمات الاختيارية (انظر Attrs
):
- timeout_ms: إذا كانت قائمة الانتظار ممتلئة جدًا ، فسيتم حظر هذه العملية لمدة تصل إلى timeout_ms مللي ثانية. ملاحظة: هذا الخيار غير مدعوم حتى الآن.
عائدات:
-
Operation
تم إنشاؤها
البنائين والمدمرين | |
---|---|
QueueEnqueueMany (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::InputList components) | |
QueueEnqueueMany (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::InputList components, const QueueEnqueueMany::Attrs & attrs) |
السمات العامة | |
---|---|
operation |
الوظائف العامة | |
---|---|
operator::tensorflow::Operation () const |
وظائف ثابتة عامة | |
---|---|
TimeoutMs (int64 x) |
الهياكل | |
---|---|
tensorflow :: ops :: QueueEnqueueMany :: Attrs | محددات السمات الاختيارية لـ QueueEnqueueMany . |
السمات العامة
عملية
Operation operation
الوظائف العامة
QueueEnqueueMany
QueueEnqueueMany( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::InputList components )
QueueEnqueueMany
QueueEnqueueMany( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::InputList components, const QueueEnqueueMany::Attrs & attrs )
المشغل :: Tensorflow :: العملية
operator::tensorflow::Operation() 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.