tensorflow:: אופס:: FIFOQueue

#include <data_flow_ops.h>

תור שמייצר אלמנטים בסדר ראשון נכנס ראשון יוצא.

סיכום

טיעונים:

  • scope: אובייקט Scope
  • component_types: הסוג של כל רכיב בערך.

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

  • צורות: הצורה של כל רכיב בערך. האורך של attr זה חייב להיות 0 או זהה לאורך של component_types. אם אורכו של attr זה הוא 0, הצורות של רכיבי תור אינן מוגבלות, ורק אלמנט אחד יכול להיות מנותק בתור בכל פעם.
  • יכולת: הגבול העליון של מספר האלמנטים בתור זה. מספרים שליליים פירושם ללא הגבלה.
  • מיכל: אם אינו ריק, תור זה ממוקם במיכל הנתון. אחרת, נעשה שימוש במיכל ברירת מחדל.
  • shared_name: אם התור אינו ריק, תור זה ישותף תחת השם הנתון על פני מספר הפעלות.

החזרות:

  • Output : הידית לתור.

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

FIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types)
FIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types, const FIFOQueue::Attrs & attrs)

תכונות ציבוריות

handle
operation

תפקידים ציבוריים

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

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

Capacity (int64 x)
Container (StringPiece x)
Shapes (const gtl::ArraySlice< PartialTensorShape > & x)
SharedName (StringPiece x)

מבנים

tensorflow:: ops:: FIFOQueue:: Attrs

קובעי תכונות אופציונליים עבור FIFOQueue .

תכונות ציבוריות

ידית

::tensorflow::Output handle

מבצע

Operation operation

תפקידים ציבוריים

FIFOQueue

 FIFOQueue(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & component_types
)

FIFOQueue

 FIFOQueue(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & component_types,
  const FIFOQueue::Attrs & attrs
)

צוֹמֶת

::tensorflow::Node * node() const 

מפעיל::tensorflow::קלט

 operator::tensorflow::Input() const 

אופרטור::tensorflow::פלט

 operator::tensorflow::Output() const 

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

קיבולת

Attrs Capacity(
  int64 x
)

מְכוֹלָה

Attrs Container(
  StringPiece x
)

צורות

Attrs Shapes(
  const gtl::ArraySlice< PartialTensorShape > & x
)

שם משותף

Attrs SharedName(
  StringPiece x
)