tf.decode_raw(bytes, out_type, little_endian=None, name=None) Reinterpret the bytes of a string as a vector of numbers.
tf.TFRecordReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will
tf.placeholder(dtype, shape=None, name=None) Inserts a placeholder for a tensor that will be always fed.
tf.FixedLengthRecordReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader.
tf.IdentityReader.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will
tf.TextLineReader.restore_state(state, name=None) Restore a reader to a previously saved state. Not
tf.IdentityReader.num_work_units_completed(name=None) Returns the number of work units this reader has finished processing.
tf.ReaderBase.read(queue, name=None) Returns the next record (key, value pair) produced by a reader. Will
tf.ReaderBase.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not
tf.TFRecordReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not
Page 13 of 14