tensorflow:: אופס:: QueueEnqueue

#include <data_flow_ops.h>

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

סיכום

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

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

טיעונים:

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

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

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

החזרות:

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

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 

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

TimeoutMs

Attrs TimeoutMs(
  int64 x
)