tf.VarLenFeature.__new__(_cls, dtype) Create new instance of VarLenFeature(dtype,)
tf.parse_example(serialized, features, name=None, example_names=None) Parses Example protos into a dict
tf.parse_single_example(serialized, features, name=None, example_names=None) Parses a single Example proto.
tf.TextLineReader.reader_ref Op that implements the reader.
class tf.PriorityQueue A queue implementation that dequeues elements in prioritized order. See
tf.TextLineReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
tf.QueueBase.dtypes The list of dtypes for each component of a queue element.
class tf.VarLenFeature Configuration for parsing a variable-length input feature. Fields: dtype:
tf.FixedLengthRecordReader.supports_serialize Whether the Reader implementation can serialize its state.
tf.decode_csv(records, record_defaults, field_delim=None, name=None) Convert CSV records to tensors. Each column maps to one tensor
Page 12 of 14