tensoreflusso:: ops:: TextLineReader

#include <io_ops.h>

Un lettore che restituisce le righe di un file delimitato da '
'.

Riepilogo

Argomenti:

Attributi facoltativi (vedi Attrs ):

  • skip_header_lines: numero di righe da saltare dall'inizio di ogni file.
  • contenitore: se non vuoto, questo lettore viene inserito nel contenitore indicato. Altrimenti, viene utilizzato un contenitore predefinito.
  • shared_name: se non vuoto, questo lettore viene nominato nel bucket specificato con questo shared_name. In caso contrario, viene utilizzato il nome del nodo.

Ritorna:

  • Output : l'handle per fare riferimento al Reader.

Costruttori e distruttori

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

Attributi pubblici

operation
reader_handle

Funzioni pubbliche

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

Funzioni pubbliche statiche

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

Strutture

tensorflow:: ops:: TextLineReader:: Attrs

Setter di attributi facoltativi per TextLineReader .

Attributi pubblici

operazione

Operation operation

lettore_handle

::tensorflow::Output reader_handle

Funzioni pubbliche

TextLineReader

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

TextLineReader

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

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const 

Funzioni pubbliche statiche

Contenitore

Attrs Container(
  StringPiece x
)

Nome condiviso

Attrs SharedName(
  StringPiece x
)

SkipHeaderLines

Attrs SkipHeaderLines(
  int64 x
)