tensorflow:: אופס:: QueueDequeue
#include <data_flow_ops.h>
מוציא תור של טנסור אחד או יותר מהתור הנתון.
תַקצִיר
לפעולה זו יש k יציאות, כאשר k הוא מספר הרכיבים ב-tuples המאוחסנים בתור הנתון, ו-output i הוא הרכיב ה-ith של ה-tuple המותרת.
הערה אם התור ריק, פעולה זו תיחסם עד שרכיב יוסר מהתור (או יפוג 'timeout_ms', אם צוין).
טיעונים:
- scope: אובייקט Scope
- ידית: הידית לתור.
- component_types: הסוג של כל רכיב ב-tuple.
מאפיינים אופציונליים (ראה 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
פונקציות סטטיות ציבוריות
TimeoutMs
Attrs TimeoutMs( int64 x )