How-to Python / C++#
- Command-line interface
- How to install onnx-light
- How to replace onnx by onnx-light
- Replacing onnxruntime’s protobuf usage with onnx-light
- How to link a C++ project against the pre-built onnx-light artifacts
- How to load and save ONNX files
- How to re-align external weights without loading them in memory
- How to save a model that shares weights with another on-disk model
- How to save a model in the ORT flatbuffer format
- How to collect backend test cases (by op type or by name)
- How to use a custom kernel
- How to use a custom optim shape inference function
- How to use ONNX graph manipulation helpers