Type PaddingFIFOQueue
Namespace tensorflow
Parent QueueBase
Interfaces IPaddingFIFOQueue
A FIFOQueue that supports batching variable-sized tensors by padding. A `PaddingFIFOQueue` may contain components with dynamic shape, while also
supporting `dequeue_many`. See the constructor for more details. See
tf.queue.QueueBase
for a description of the methods on
this class.