Class QueueClose.Options
java.lang.Object
org.tensorflow.op.io.QueueClose.Options
- Enclosing class:
QueueClose
Optional attributes for
QueueClose-
Method Summary
Modifier and TypeMethodDescriptioncancelPendingEnqueues(Boolean cancelPendingEnqueues) Sets the cancelPendingEnqueues option.
-
Method Details
-
cancelPendingEnqueues
Sets the cancelPendingEnqueues option.- Parameters:
cancelPendingEnqueues- If true, all pending enqueue requests that are blocked on the given queue will be canceled.- Returns:
- this Options instance.
-