class tf.WholeFileReader A Reader that outputs the entire contents of a file as a value. To use
tf.ReaderBase.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader.
class tf.FixedLenSequenceFeature Configuration for a dense input feature in a sequence item. To
class tf.IdentityReader A Reader that outputs the queued work as both the key and value. To use
tf.TFRecordReader.restore_state(state, name=None) Restore a reader to a previously saved state. Not
tf.FixedLenSequenceFeature.__repr__() Return a nicely formatted representation string
tf.FixedLengthRecordReader.reset(name=None) Restore a reader to its initial clean state. Args:
tf.ReaderBase.supports_serialize Whether the Reader implementation can serialize its state.
class tf.RandomShuffleQueue A queue implementation that dequeues elements in a random order. See
tf.TFRecordReader.reset(name=None) Restore a reader to its initial clean state. Args:
Page 1 of 14