onnx_backend#

ONNX Runtime execution backend.

Importing this module requires ONNX Runtime (the [cpu] or [gpu] extra) and raises MissingExtraError if it is missing.

Classes#

OnnxBackend(metadata, session)

An InferenceBackend backed by ONNX Runtime.