mirror of https://github.com/tracel-ai/burn.git
7 lines
385 B
Markdown
7 lines
385 B
Markdown
|
# 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).
|