ONNX Backends#
onnx package implements a series of tests telling how many
operators and cases are supported by a runtime. These tests
are available through an API: ONNX Backend.
This API was implemented for class OnnxInference
and runtimes
python and onnxruntime1 through class OnnxInferenceBackend
and
OnnxInferenceBackendRep
.
Following pages share a code example to run this back on all short
tests.