class tf.ReaderBase Base class for different Reader types, that produce a record every step. Conceptually
class tf.FixedLengthRecordReader A Reader that outputs fixed-length records from a file. See ReaderBase
tf.FixedLenFeature.shape Alias for field number 0
tf.QueueBase.dequeue_many(n, name=None) Dequeues and concatenates n elements from this queue. This
tf.QueueBase.shapes The list of shapes for each component of a queue element.
tf.TFRecordReader.supports_serialize Whether the Reader implementation can serialize its state.
tf.VarLenFeature.__getstate__() Exclude the OrderedDict from pickling
tf.WholeFileReader.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.FixedLenFeature.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
Page 11 of 14