tf.WholeFileReader.supports_serialize Whether the Reader implementation can serialize its state.
tf.TextLineReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
class tf.VarLenFeature Configuration for parsing a variable-length input feature. Fields: dtype:
tf.FixedLenFeature.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
tf.decode_raw(bytes, out_type, little_endian=None, name=None) Reinterpret the bytes of a string as a vector of numbers.
tf.QueueBase.dtypes The list of dtypes for each component of a queue element.
tf.QueueBase.dequeue_many(n, name=None) Dequeues and concatenates n elements from this queue. This
tf.placeholder(dtype, shape=None, name=None) Inserts a placeholder for a tensor that will be always fed.
class tf.TextLineReader A Reader that outputs the lines of a file delimited by newlines. Newlines
tf.IdentityReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will
Page 12 of 14