class tf.PaddingFIFOQueue
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.QueueBase
for a description of the methods on this class.
Please login to continue.