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

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

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

class tf.ReaderBase Base class for different Reader types, that produce a record every step. Conceptually

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

tf.QueueBase.enqueue_many(vals, name=None) Enqueues zero or more elements to this queue. This

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

tf.train.slice_input_producer(tensor_list, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, name=None) Produces

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

tf.ReaderBase.reset(name=None) Restore a reader to its initial clean state. Args:

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

tf.FixedLenFeature.shape Alias for field number 0

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

tf.FixedLenSequenceFeature.shape Alias for field number 0

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

tf.WholeFileReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not

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

tf.IdentityReader.supports_serialize Whether the Reader implementation can serialize its state.

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

tf.QueueBase.__init__(dtypes, shapes, names, queue_ref) Constructs a queue object from a queue reference. The

2025-01-10 15:47:30