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: validate an ONNX model with onnx_light checker 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