tensorflow:: אופס:: PriorityQueue:: Attrs

#include <data_flow_ops.h>

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

סיכום

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

capacity_ = -1
int64
component_types_ = {}
DataTypeSlice
container_ = ""
StringPiece
shared_name_ = ""
StringPiece

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

Capacity (int64 x)
TF_MUST_USE_RESULT Attrs
הגבול העליון של מספר האלמנטים בתור זה.
ComponentTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
הסוג של כל רכיב בערך.
Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
אם התור אינו ריק, תור זה ממוקם במיכל הנתון.
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
אם אינו ריק, התור הזה ישותף תחת השם הנתון על פני מספר הפעלות.

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

קיבולת_

int64 tensorflow::ops::PriorityQueue::Attrs::capacity_ = -1

רכיבים_סוגי_

DataTypeSlice tensorflow::ops::PriorityQueue::Attrs::component_types_ = {}

מְכוֹלָה_

StringPiece tensorflow::ops::PriorityQueue::Attrs::container_ = ""

משותף_שם_

StringPiece tensorflow::ops::PriorityQueue::Attrs::shared_name_ = ""

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

קיבולת

TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::Capacity(
  int64 x
)

הגבול העליון של מספר האלמנטים בתור זה.

מספרים שליליים פירושם ללא הגבלה.

ברירת המחדל היא -1

ComponentTypes

TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::ComponentTypes(
  const DataTypeSlice & x
)

הסוג של כל רכיב בערך.

ברירת המחדל היא []

מְכוֹלָה

TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::Container(
  StringPiece x
)

אם התור אינו ריק, תור זה ממוקם במיכל הנתון.

אחרת, נעשה שימוש במיכל ברירת מחדל.

ברירת המחדל היא ""

שם משותף

TF_MUST_USE_RESULT Attrs tensorflow::ops::PriorityQueue::Attrs::SharedName(
  StringPiece x
)

אם אינו ריק, התור הזה ישותף תחת השם הנתון על פני מספר הפעלות.

ברירת המחדל היא ""