tensorflow:: אופס:: TextLineReader

#include <io_ops.h>

קורא שמוציא את השורות של קובץ המופרד על ידי '
'.

סיכום

טיעונים:

  • scope: אובייקט Scope

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

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

החזרות:

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

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

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

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

operation
reader_handle

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

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

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

Container (StringPiece x)
SharedName (StringPiece x)
SkipHeaderLines (int64 x)

מבנים

tensorflow:: ops:: TextLineReader:: Attrs

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

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

מבצע

Operation operation

reader_handle

::tensorflow::Output reader_handle

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

TextLineReader

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

TextLineReader

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

צוֹמֶת

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

מְכוֹלָה

Attrs Container(
  StringPiece x
)

שם משותף

Attrs SharedName(
  StringPiece x
)

SkipHeaderLines

Attrs SkipHeaderLines(
  int64 x
)