Closes the given queue.
tf.raw_ops.QueueCloseV2(
handle, cancel_pending_enqueues=False, name=None
)
This operation signals that no more elements will be enqueued in the given queue. Subsequent Enqueue(Many) operations will fail. Subsequent Dequeue(Many) operations will continue to succeed if sufficient elements remain in the queue. Subsequent Dequeue(Many) operations that would block will fail immediately.
Returns | |
---|---|
The created Operation. |