LostTech.TensorFlow : API Documentation

Type WholeFileReader

Namespace tensorflow

Parent ReaderBase

Interfaces IWholeFileReader

A Reader that outputs the entire contents of a file as a value.

To use, enqueue filenames in a Queue. The output of Read will be a filename (key) and the contents of that file (value).

See ReaderBase for supported methods.

Properties

Public properties

object PythonObject get;

object reader_ref get;

object reader_ref_dyn get;

bool supports_serialize get;

object supports_serialize_dyn get;