tensorflow:: אופס:: MapStage

#include <data_flow_ops.h>

שלב (מפתח, ערכים) במיכל הבסיסי שמתנהג כמו טבל hashable.

סיכום

טיעונים:

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

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

  • קיבולת: מספר מקסימלי של אלמנטים ב-Staging Area. אם > 0, תוספות על המיכל ייחסמו כאשר תגיע הקיבולת.
  • מיכל: אם אינו ריק, תור זה ממוקם במיכל הנתון. אחרת, נעשה שימוש במיכל ברירת מחדל.
  • shared_name: יש צורך להתאים את השם הזה ל- Unstage Op התואם.

החזרות:

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

MapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes)
MapStage (const :: tensorflow::Scope & scope, :: tensorflow::Input key, :: tensorflow::Input indices, :: tensorflow::InputList values, const DataTypeSlice & dtypes, const MapStage::Attrs & attrs)

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

operation

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

operator::tensorflow::Operation () const

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

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

מבנים

tensorflow:: ops:: MapStage:: Attrs

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

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

מבצע

Operation operation

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

MapStage

 MapStage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  ::tensorflow::InputList values,
  const DataTypeSlice & dtypes
)

MapStage

 MapStage(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  ::tensorflow::InputList values,
  const DataTypeSlice & dtypes,
  const MapStage::Attrs & attrs
)

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

 operator::tensorflow::Operation() const 

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

קיבולת

Attrs Capacity(
  int64 x
)

מְכוֹלָה

Attrs Container(
  StringPiece x
)

מגבלת זיכרון

Attrs MemoryLimit(
  int64 x
)

שם משותף

Attrs SharedName(
  StringPiece x
)