tf.FixedLengthRecordReader.reset(name=None) Restore a reader to its initial clean state. Args:
tf.FixedLenSequenceFeature.__new__(_cls, shape, dtype, allow_missing=False) Create new instance of FixedLenSequenceFeature(shape
tf.train.shuffle_batch_join(tensors_list, batch_size, capacity, min_after_dequeue, seed=None, enqueue_many=False, shapes=None, allow_smaller_final_batch=False, shared_name=None
tf.TFRecordReader.restore_state(state, name=None) Restore a reader to a previously saved state. Not
tf.TFRecordReader.reset(name=None) Restore a reader to its initial clean state. Args:
tf.PriorityQueue.__init__(capacity, types, shapes=None, names=None, shared_name=None, name='priority_queue') Creates a queue that
tf.FIFOQueue.__init__(capacity, dtypes, shapes=None, names=None, shared_name=None, name='fifo_queue') Creates a queue that dequeues
tf.WholeFileReader.restore_state(state, name=None) Restore a reader to a previously saved state. Not
tf.QueueBase.close(cancel_pending_enqueues=False, name=None) Closes this queue. This operation
class tf.WholeFileReader A Reader that outputs the entire contents of a file as a value. To use
Page 2 of 14