W3cubDocs

/TensorFlow 1.15

Module: tf.queue

Public API for tf.queue namespace.

Classes

class FIFOQueue: A queue implementation that dequeues elements in first-in first-out order.

class PaddingFIFOQueue: A FIFOQueue that supports batching variable-sized tensors by padding.

class PriorityQueue: A queue implementation that dequeues elements in prioritized order.

class QueueBase: Base class for queue implementations.

class RandomShuffleQueue: A queue implementation that dequeues elements in a random order.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/queue