tf.TextLineReader.supports_serialize Whether the Reader implementation can serialize its state.
tf.QueueBase.enqueue(vals, name=None) Enqueues one element to this queue. If the queue is full
tf.TFRecordReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader
tf.QueueBase.close(cancel_pending_enqueues=False, name=None) Closes this queue. This operation
class tf.IdentityReader A Reader that outputs the queued work as both the key and value. To use
tf.TextLineReader.reset(name=None) Restore a reader to its initial clean state. Args:
class tf.WholeFileReader A Reader that outputs the entire contents of a file as a value. To use
tf.FixedLenSequenceFeature.__getstate__() Exclude the OrderedDict from pickling
tf.FixedLenSequenceFeature.dtype Alias for field number 1
tf.FixedLenSequenceFeature.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
Page 3 of 14