تينسورفلو :: العمليات :: QueueEnqueue
#include <data_flow_ops.h>
يحيط بمجموعة من واحد أو أكثر من الموترات في قائمة الانتظار المحددة.
ملخص
تحتوي مدخلات المكونات على عناصر k ، والتي تتوافق مع مكونات المجموعات المخزنة في قائمة الانتظار المحددة.
ملاحظة: إذا كانت قائمة الانتظار ممتلئة ، فسيتم حظر هذه العملية حتى يتم إدراج العنصر المحدد في قائمة الانتظار (أو انقضاء "timeout_ms" ، إذا تم تحديده).
الحجج:
- النطاق: كائن النطاق
- المقبض: مقبض قائمة الانتظار.
- المكونات: واحد أو أكثر من الموترات التي يجب أن تؤخذ منها الموترات المغطاة.
السمات الاختيارية (انظر Attrs
):
- timeout_ms: إذا كانت قائمة الانتظار ممتلئة ، فسيتم حظر هذه العملية لمدة تصل إلى timeout_ms مللي ثانية. ملاحظة: هذا الخيار غير مدعوم حتى الآن.
عائدات:
-
Operation
تم إنشاؤها
البنائين والمدمرين | |
---|---|
QueueEnqueue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::InputList components) | |
QueueEnqueue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::InputList components, const QueueEnqueue::Attrs & attrs) |
السمات العامة | |
---|---|
operation |
الوظائف العامة | |
---|---|
operator::tensorflow::Operation () const |
وظائف ثابتة عامة | |
---|---|
TimeoutMs (int64 x) |
الهياكل | |
---|---|
tensorflow :: ops :: QueueEnqueue :: Attrs | محددات السمات الاختيارية لـ QueueEnqueue . |
السمات العامة
عملية
Operation operation
الوظائف العامة
QueueEnqueue
QueueEnqueue( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::InputList components )
QueueEnqueue
QueueEnqueue( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::InputList components, const QueueEnqueue::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.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشكلة في العيّنات / التعليمات البرمجية"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]