class tf.QueueBase Base class for queue implementations. A queue is a TensorFlow data structure
class tf.FixedLengthRecordReader A Reader that outputs fixed-length records from a file. See ReaderBase
class tf.PaddingFIFOQueue A FIFOQueue that supports batching variable-sized tensors by padding. A
tf.FixedLengthRecordReader.supports_serialize Whether the Reader implementation can serialize its state.
tf.parse_single_example(serialized, features, name=None, example_names=None) Parses a single Example proto.
tf.TFRecordReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not
class tf.TFRecordReader A Reader that outputs the records from a TFRecords file. See ReaderBase
tf.VarLenFeature.__new__(_cls, dtype) Create new instance of VarLenFeature(dtype,)
tf.ReaderBase.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will
tf.FixedLengthRecordReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader.
Page 11 of 14