tensorflow:: אופס:: MapStage:: Attrs

#include <data_flow_ops.h>

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

סיכום

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

capacity_ = 0
int64
container_ = ""
StringPiece
memory_limit_ = 0
int64
shared_name_ = ""
StringPiece

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

Capacity (int64 x)
TF_MUST_USE_RESULT Attrs
המספר המרבי של אלמנטים ב-Staging Area.
Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
אם התור אינו ריק, תור זה ממוקם במיכל הנתון.
MemoryLimit (int64 x)
TF_MUST_USE_RESULT Attrs
ברירת המחדל היא 0.
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
יש צורך להתאים את השם הזה ל- Unstage Op התואם.

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

קיבולת_

int64 tensorflow::ops::MapStage::Attrs::capacity_ = 0

מְכוֹלָה_

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

זיכרון_מגבלת_

int64 tensorflow::ops::MapStage::Attrs::memory_limit_ = 0

משותף_שם_

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

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

קיבולת

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

המספר המרבי של אלמנטים ב-Staging Area.

אם > 0, תוספות על המיכל ייחסמו כאשר תגיע הקיבולת.

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

מְכוֹלָה

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

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

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

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

מגבלת זיכרון

TF_MUST_USE_RESULT Attrs tensorflow::ops::MapStage::Attrs::MemoryLimit(
  int64 x
)

ברירת המחדל היא 0.

שם משותף

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

יש צורך להתאים את השם הזה ל- Unstage Op התואם.

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