tf.FixedLengthRecordReader.num_records_produced()
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.FixedLengthRecordReader.num_records_produced(name=None) Returns the number of records this reader has produced.

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

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

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

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

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

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

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

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

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

tf.TFRecordReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will

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

tf.parse_single_example(serialized, features, name=None, example_names=None) Parses a single Example proto.

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

tf.QueueBase.dequeue_many(n, name=None) Dequeues and concatenates n elements from this queue. This

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

class tf.PriorityQueue A queue implementation that dequeues elements in prioritized order. See

2025-01-10 15:47:30