tensorflow:: אופס:: WholeFileReader

#include <io_ops.h>

קורא שמוציא את כל התוכן של קובץ כערך.

סיכום

כדי להשתמש, הציבו שמות קבצים בתור. הפלט של ReaderRead יהיה שם קובץ (מפתח) והתוכן של הקובץ הזה (ערך).

טיעונים:

  • scope: אובייקט Scope

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

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

החזרות:

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

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

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

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

operation
reader_handle

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

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

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

Container (StringPiece x)
SharedName (StringPiece x)

מבנים

tensorflow:: ops:: WholeFileReader:: Attrs

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

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

מבצע

Operation operation

reader_handle

::tensorflow::Output reader_handle

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

WholeFileReader

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

WholeFileReader

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

צוֹמֶת

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

מְכוֹלָה

Attrs Container(
  StringPiece x
)

שם משותף

Attrs SharedName(
  StringPiece x
)