tf.parse_tensor(serialized, out_type, name=None) Transforms a serialized tensorflow.TensorProto proto into a Tensor.
tf.TextLineReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not
tf.QueueBase.dequeue(name=None) Dequeues one element from this queue. If the queue is empty when
tf.QueueBase.size(name=None) Compute the number of elements in this queue. Args:
tf.train.limit_epochs(tensor, num_epochs=None, name=None) Returns tensor num_epochs times and then raises an
tf.WholeFileReader.read_up_to(queue, num_records, name=None) Returns up to num_records (key, value pairs) produced by a reader
tf.IdentityReader.serialize_state(name=None) Produce a string tensor that encodes the state of a reader. Not
tf.FixedLenSequenceFeature.allow_missing Alias for field number 2
tf.train.input_producer(input_tensor, element_shape=None, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, summary_name=None, name=None)
tf.IdentityReader.num_records_produced(name=None) Returns the number of records this reader has produced. This
Page 8 of 14