tensorflow:: אופס:: QueueEnqueueMany

#include <data_flow_ops.h>

מעמיד בתור אפס או יותר tuples של טנסור אחד או יותר בתור הנתון.

סיכום

פעולה זו פורסת כל טנזור של רכיב לאורך הממד ה-0 כדי ליצור רכיבי תור מרובים. כל רכיבי ה-tuple חייבים להיות בעלי אותו גודל בממד ה-0.

לקלט הרכיבים יש k אלמנטים, המתאימים לרכיבים של tuples המאוחסנים בתור הנתון.

הערה אם התור מלא, פעולה זו תיחסם עד שהרכיבים הנתונים יוצבו בתור (או שיחלוף 'timeout_ms', אם צוין).

טיעונים:

  • scope: אובייקט Scope
  • ידית: הידית לתור.
  • רכיבים: טנסור אחד או יותר שממנו יש לקחת את הטנסורים הניצבים בתור.

מאפיינים אופציונליים (ראה Attrs ):

  • timeout_ms: אם התור מלא מדי, פעולה זו תיחסם עד ל-timeout_ms אלפיות השנייה. הערה: אפשרות זו אינה נתמכת עדיין.

החזרות:

בנאים והורסים

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 

פונקציות סטטיות ציבוריות

TimeoutMs

Attrs TimeoutMs(
  int64 x
)