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

class tf.FixedLengthRecordReader A Reader that outputs fixed-length records from a file. See ReaderBase

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

tf.FixedLenFeature.shape Alias for field number 0

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

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

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

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

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

tf.VarLenFeature.__getstate__() Exclude the OrderedDict from pickling

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

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

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

class tf.TFRecordReader A Reader that outputs the records from a TFRecords file. See ReaderBase

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

tf.FixedLenFeature.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.

2025-01-10 15:47:30