tf.ReaderBase.restore_state(state, name=None) Restore a reader to a previously saved state. Not
tf.train.string_input_producer(string_tensor, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, name=None) Output
tf.read_file(filename, name=None) Reads and outputs the entire contents of the input filename. Args:
tf.FixedLengthRecordReader.__init__(record_bytes, header_bytes=None, footer_bytes=None, name=None) Create a FixedLengthRecordReader
tf.IdentityReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader
tf.WholeFileReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will
tf.TFRecordReader.__init__(name=None, options=None) Create a TFRecordReader. Args:
tf.train.batch_join(tensors_list, batch_size, capacity=32, enqueue_many=False, shapes=None, dynamic_pad=False, allow_smaller_final_batch=False, shared_name=None, name=None)
tf.train.batch(tensors, batch_size, num_threads=1, capacity=32, enqueue_many=False, shapes=None, dynamic_pad=False, allow_smaller_final_batch=False, shared_name=None
tf.FixedLengthRecordReader.reader_ref Op that implements the reader.
Page 7 of 14