ONNX Backends ============= :epkg:`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: :epkg:`ONNX Backend`. This API was implemented for class :class:`OnnxInference ` and runtimes `python` and `onnxruntime1` through class :class:`OnnxInferenceBackend ` and :class:`OnnxInferenceBackendRep `. Following pages share a code example to run this back on all short tests. .. toctree:: :maxdepth: 1 backend_python backend_python_compiled backend_onnxruntime1 backend_micro_runtime backend_shape_inference backend_pyeval_inference