Type AbortedError
Namespace tensorflow.errors
Parent OpError
Interfaces IAbortedError
The operation was aborted, typically due to a concurrent action. For example, running a
tf.QueueBase.enqueue
operation may raise `AbortedError` if a
tf.QueueBase.close
operation
previously ran.