tf.FixedLengthRecordReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader.
tf.VarLenFeature.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
tf.ReaderBase.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
tf.TFRecordReader.num_records_produced(name=None) Returns the number of records this reader has produced. This
tf.FixedLengthRecordReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by
tf.WholeFileReader.__init__(name=None) Create a WholeFileReader. Args:
tf.WholeFileReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not
tf.TextLineReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader
tf.TFRecordReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
tf.QueueBase.enqueue_many(vals, name=None) Enqueues zero or more elements to this queue. This
Page 9 of 14