tf.errors.OpError

View source on GitHub

A generic error that is raised when TensorFlow execution fails.

tf.errors.OpError(
    node_def, op, message, error_code
)

Whenever possible, the session will raise a more specific subclass of OpError from the tf.errors module.

Args:

Attributes: