Type FIFOQueue
Namespace tensorflow
Parent QueueBase
Interfaces IFIFOQueue
A queue implementation that dequeues elements in first-in first-out order. See
tf.queue.QueueBase
for a description of the methods on
this class.