tf.WholeFileReader.num_records_produced(name=None) Returns the number of records this reader has produced. This
tf.FixedLenFeature.__getstate__() Exclude the OrderedDict from pickling
tf.RandomShuffleQueue.__init__(capacity, min_after_dequeue, dtypes, shapes=None, names=None, seed=None, shared_name=None, name='random_shuffle_queue')
tf.IdentityReader.__init__(name=None) Create a IdentityReader. Args:
class tf.FixedLenFeature Configuration for parsing a fixed-length input feature. To treat sparse
tf.decode_json_example(json_examples, name=None) Convert JSON-encoded Example records to binary protocol buffer strings.
tf.TFRecordReader.reader_ref Op that implements the reader.
tf.QueueBase.dequeue_up_to(n, name=None) Dequeues and concatenates n elements from this queue.
tf.FixedLenSequenceFeature.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
tf.train.range_input_producer(limit, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, name=None) Produces
Page 5 of 14