tf.ReaderBase.reset(name=None) Restore a reader to its initial clean state. Args:
class tf.FixedLengthRecordReader A Reader that outputs fixed-length records from a file. See ReaderBase
tf.train.slice_input_producer(tensor_list, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, name=None) Produces
tf.WholeFileReader.supports_serialize Whether the Reader implementation can serialize its state.
tf.parse_example(serialized, features, name=None, example_names=None) Parses Example protos into a dict
tf.VarLenFeature.__new__(_cls, dtype) Create new instance of VarLenFeature(dtype,)
tf.TextLineReader.reader_ref Op that implements the reader.
tf.IdentityReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
class tf.TFRecordReader A Reader that outputs the records from a TFRecords file. See ReaderBase
tf.TFRecordReader.supports_serialize Whether the Reader implementation can serialize its state.
Page 11 of 14