tf.ReaderBase.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader.
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.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.
tf.TFRecordReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader
tf.VarLenFeature.dtype Alias for field number 0
tf.WholeFileReader.restore_state(state, name=None) Restore a reader to a previously saved state. Not
Page 1 of 14