class tf.errors.InvalidArgumentError Raised when an operation receives an invalid argument. This
tf.OpError.message The error message that describes the error.
tf.errors.DeadlineExceededError.__init__(node_def, op, message) Creates a DeadlineExceededError.
class tf.errors.DeadlineExceededError Raised when a deadline expires before an operation could complete. This
class tf.errors.UnimplementedError Raised when an operation has not been implemented. Some operations
class tf.errors.OutOfRangeError Raised when an operation iterates past the valid input range. This
tf.OpError.error_code The integer error code that describes the error.
tf.OpError.__init__(node_def, op, message, error_code) Creates a new OpError indicating that a particular op failed
tf.Session.graph The graph that was launched in this session.
tf.errors.ResourceExhaustedError.__init__(node_def, op, message) Creates a ResourceExhaustedError.
Page 3 of 6