tf.TextLineReader.reader_ref Op that implements the reader.
tf.FixedLengthRecordReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader.
tf.WholeFileReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
tf.TFRecordReader.supports_serialize Whether the Reader implementation can serialize its state.
tf.FixedLenFeature.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
class tf.VarLenFeature Configuration for parsing a variable-length input feature. Fields: dtype:
tf.TextLineReader.restore_state(state, name=None) Restore a reader to a previously saved state. Not
tf.parse_example(serialized, features, name=None, example_names=None) Parses Example protos into a dict
tf.VarLenFeature.__getstate__() Exclude the OrderedDict from pickling
tf.IdentityReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
Page 13 of 14