Caesar AI Atlas

Queue

Caesar AI Atlas Definition

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.

Other Definitions

Queue Source

A TensorFlow Operation that implements a queue data structure. Typically used in I/O.

Related Terms