tf.PriorityQueue.
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.PriorityQueue.__init__(capacity, types, shapes=None, names=None, shared_name=None, name='priority_queue') Creates a queue that

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

class tf.FixedLenSequenceFeature Configuration for a dense input feature in a sequence item. To

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

tf.QueueBase.names The list of names for each component of a queue element.

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

tf.QueueBase.name The name of the underlying queue.

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

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

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

tf.ReaderBase.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.WholeFileReader.restore_state()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

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

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

tf.IdentityReader.reader_ref Op that implements the reader.

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

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

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

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

2025-01-10 15:47:30