tf.TextLineReader.read()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.TextLineReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will

2025-01-10 15:47:30
tf.train.limit_epochs()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.train.limit_epochs(tensor, num_epochs=None, name=None) Returns tensor num_epochs times and then raises an

2025-01-10 15:47:30
tf.ReaderBase.restore_state()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.ReaderBase.restore_state(state, name=None) Restore a reader to a previously saved state. Not

2025-01-10 15:47:30
tf.FixedLengthRecordReader.reader_ref
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.FixedLengthRecordReader.reader_ref Op that implements the reader.

2025-01-10 15:47:30
tf.FixedLengthRecordReader.read_up_to()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.FixedLengthRecordReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by

2025-01-10 15:47:30
tf.WholeFileReader.
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.WholeFileReader.__init__(name=None) Create a WholeFileReader. Args:

2025-01-10 15:47:30
tf.train.batch()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

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

2025-01-10 15:47:30
tf.QueueBase.dequeue()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.QueueBase.dequeue(name=None) Dequeues one element from this queue. If the queue is empty when

2025-01-10 15:47:30
tf.sparse_placeholder()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.sparse_placeholder(dtype, shape=None, name=None) Inserts a placeholder for a sparse tensor that will be always fed.

2025-01-10 15:47:30
tf.train.input_producer()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.train.input_producer(input_tensor, element_shape=None, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, summary_name=None, name=None)

2025-01-10 15:47:30