tf.FixedLenFeature.__new__(_cls, shape, dtype, default_value=None) Create new instance of FixedLenFeature(shape, dtype, default_value)
class tf.FixedLenSequenceFeature Configuration for a dense input feature in a sequence item. To
tf.QueueBase.name The name of the underlying queue.
class tf.IdentityReader A Reader that outputs the queued work as both the key and value. To use
tf.TextLineReader.supports_serialize Whether the Reader implementation can serialize its state.
tf.IdentityReader.restore_state(state, name=None) Restore a reader to a previously saved state. Not
tf.train.shuffle_batch_join(tensors_list, batch_size, capacity, min_after_dequeue, seed=None, enqueue_many=False, shapes=None, allow_smaller_final_batch=False, shared_name=None
tf.PriorityQueue.__init__(capacity, types, shapes=None, names=None, shared_name=None, name='priority_queue') Creates a queue that
tf.TextLineReader.reset(name=None) Restore a reader to its initial clean state. Args:
tf.FIFOQueue.__init__(capacity, dtypes, shapes=None, names=None, shared_name=None, name='fifo_queue') Creates a queue that dequeues
Page 1 of 14