tf.PaddingFIFOQueue

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.

doc_TensorFlow
2016-10-14 13:08:39
Comments
Leave a Comment

Please login to continue.