tf.ReaderBase.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader.
tf.TFRecordReader.reset(name=None) Restore a reader to its initial clean state. Args:
tf.FixedLenSequenceFeature.__getstate__() Exclude the OrderedDict from pickling
tf.ReaderBase.supports_serialize Whether the Reader implementation can serialize its state.
tf.FixedLenSequenceFeature.__repr__() Return a nicely formatted representation string
tf.FixedLengthRecordReader.reset(name=None) Restore a reader to its initial clean state. Args:
tf.QueueBase.name The name of the underlying queue.
tf.FixedLenSequenceFeature.__new__(_cls, shape, dtype, allow_missing=False) Create new instance of FixedLenSequenceFeature(shape
class tf.FIFOQueue A queue implementation that dequeues elements in first-in first-out order. See
tf.IdentityReader.reader_ref Op that implements the reader.
Page 1 of 14