burn/crates/onnx-ir/README.md

7 lines
385 B
Markdown
Raw Permalink Normal View History

# ONNX-IR
A pure rust Onnx Parser. Creates an intermediate representation useful for generating code in any ML/DL framework
For a full list of currently supported operators, please check [here](https://github.com/tracel-ai/burn/blob/main/crates/burn-import/SUPPORTED-ONNX-OPS.md)
To see how to use this for generating burn graphs, see [here](crates/burn-import/src/onnx/to_burn.rs).