tensorflow:: אופס:: TFRecordReader

#include <io_ops.h>

קורא שמוציא את הרשומות מקובץ TensorFlow Records.

סיכום

טיעונים:

  • scope: אובייקט Scope

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

  • מיכל: אם אינו ריק, קורא זה ממוקם במיכל הנתון. אחרת, נעשה שימוש במיכל ברירת מחדל.
  • shared_name: אם לא ריק, קורא זה נקרא בדלי הנתון עם shared_name זה. אחרת, שם הצומת משמש במקום זאת.

החזרות:

  • Output : הידית להפניה לקורא.

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

TFRecordReader (const :: tensorflow::Scope & scope)
TFRecordReader (const :: tensorflow::Scope & scope, const TFRecordReader::Attrs & attrs)

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

operation
reader_handle

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

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

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

CompressionType (StringPiece x)
Container (StringPiece x)
SharedName (StringPiece x)

מבנים

tensorflow:: ops:: TFRecordReader:: Attrs

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

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

מבצע

Operation operation

reader_handle

::tensorflow::Output reader_handle

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

TFRecordReader

 TFRecordReader(
  const ::tensorflow::Scope & scope
)

TFRecordReader

 TFRecordReader(
  const ::tensorflow::Scope & scope,
  const TFRecordReader::Attrs & attrs
)

צוֹמֶת

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

CompressionType

Attrs CompressionType(
  StringPiece x
)

מְכוֹלָה

Attrs Container(
  StringPiece x
)

שם משותף

Attrs SharedName(
  StringPiece x
)