A queue is a data structure or operation that stores items for processing in a defined order. In TensorFlow, a queue operation has historically been used to manage input and output workflows.
A TensorFlow Operation that implements a queue data structure. Typically used in I/O.