Examples with the C++ API#
This section documents the C++ API of onnx-light, generated from the source headers via Doxygen and rendered by Breathe.
- Standalone C++ example: combine onnx-light with Eclipse Aidge
- Standalone C++ example: validate an ONNX model with onnx_light checker
- Standalone C++ example: build, save and load an ONNX model with only
lib_onnx_proto - Standalone C++ example: export an ONNX model to NNEF
- Standalone C++ example: load an ONNX file with onnx_light
- Standalone C++ example: measure ONNX loading time
- Standalone C++ example: print a proto for debugging
- Standalone C++ example: run every backend test through onnxruntime