tf.decode_csv()

tf.decode_csv(records, record_defaults, field_delim=None, name=None) Convert CSV records to tensors. Each column maps to one tensor

2016-10-14 13:07:35
tf.VarLenFeature

class tf.VarLenFeature Configuration for parsing a variable-length input feature. Fields: dtype:

2016-10-14 13:09:37
tf.FixedLenFeature.

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

2016-10-14 13:07:49
tf.IdentityReader.read()

tf.IdentityReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will

2016-10-14 13:07:58
tf.FixedLengthRecordReader.supports_serialize

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

2016-10-14 13:07:53
tf.FixedLengthRecordReader.serialize_state()

tf.FixedLengthRecordReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader.

2016-10-14 13:07:52
tf.WholeFileReader.num_work_units_completed()

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

2016-10-14 13:09:40
tf.TextLineReader.num_work_units_completed()

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

2016-10-14 13:09:25
tf.TFRecordReader.serialize_state()

tf.TFRecordReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not

2016-10-14 13:09:31
tf.QueueBase.dtypes

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

2016-10-14 13:08:46