Type OpError
Namespace tensorflow
Parent PythonExceptionContainer
Interfaces IOpError
A generic error that is raised when TensorFlow execution fails. Whenever possible, the session will raise a more specific subclass
of `OpError` from the
tf.errors
module.