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

class tf.FIFOQueue A queue implementation that dequeues elements in first-in first-out order. See

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

tf.QueueBase.enqueue(vals, name=None) Enqueues one element to this queue. If the queue is full

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

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

class tf.FixedLenFeature Configuration for parsing a fixed-length input feature. To treat sparse

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

tf.PaddingFIFOQueue.__init__(capacity, dtypes, shapes, names=None, shared_name=None, name='padding_fifo_queue') Creates a queue

2025-01-10 15:47:30