hummingbird.ml.exceptions

Common errors.

exception hummingbird.ml.exceptions.ConstantError(msg)[source]

Bases: TypeError

Raised when a constant is not available or it get overwritten.

exception hummingbird.ml.exceptions.MissingBackend(msg)[source]

Bases: RuntimeError

Raised when the selected backend is not supported.

exception hummingbird.ml.exceptions.MissingConverter(msg)[source]

Bases: RuntimeError

Raised when there is no registered converter for a machine learning operator.