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

tf.FixedLenFeature.__new__(_cls, shape, dtype, default_value=None) Create new instance of FixedLenFeature(shape, dtype, default_value)

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

class tf.IdentityReader A Reader that outputs the queued work as both the key and value. To use

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

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

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

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

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

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

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

tf.FIFOQueue.__init__(capacity, dtypes, shapes=None, names=None, shared_name=None, name='fifo_queue') Creates a queue that dequeues

2025-01-10 15:47:30