tf.TFRecordReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
tf.train.shuffle_batch(tensors, batch_size, capacity, min_after_dequeue, num_threads=1, seed=None, enqueue_many=False, shapes=None, allow_smaller_final_batch=False,
class tf.QueueBase Base class for queue implementations. A queue is a TensorFlow data structure
class tf.PaddingFIFOQueue A FIFOQueue that supports batching variable-sized tensors by padding. A
tf.FixedLenFeature.shape Alias for field number 0
tf.FixedLenSequenceFeature.shape Alias for field number 0
tf.train.slice_input_producer(tensor_list, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, name=None) Produces
tf.WholeFileReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not
class tf.FixedLengthRecordReader A Reader that outputs fixed-length records from a file. See ReaderBase
tf.QueueBase.enqueue_many(vals, name=None) Enqueues zero or more elements to this queue. This
Page 10 of 14