tf.train.string_input_producer()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.train.string_input_producer(string_tensor, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, name=None) Output

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.train.batch_join()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

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)

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.FixedLenSequenceFeature.allow_missing
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.FixedLenSequenceFeature.allow_missing Alias for field number 2

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

tf.FixedLengthRecordReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing

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
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.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.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