Backend Test and Kernels Examples#
Examples showing how to retrieve, inspect or run ONNX backend test cases
exposed by onnx_light.onnx.backend.
Retrieve a backend test case and display its model and data
Retrieve a backend test case and display its model and data
Run a model with the runtime and inspect intermediate results
Run a model with the runtime and inspect intermediate results
Run an ONNX model casting a float tensor into an int2 tensor
Run an ONNX model casting a float tensor into an int2 tensor