burn/crates/onnx-ir
Guillaume Lagrange 0eec293e28
Fix indices dim check in gather_update_outputs (#2149)
2024-08-12 09:20:25 -04:00
..
src Fix indices dim check in gather_update_outputs (#2149) 2024-08-12 09:20:25 -04:00
Cargo.toml Separating ONNX parsing from burn-import (#1921) 2024-07-02 15:17:44 -05:00
README.md Separating ONNX parsing from burn-import (#1921) 2024-07-02 15:17:44 -05:00
build.rs Separating ONNX parsing from burn-import (#1921) 2024-07-02 15:17:44 -05:00

README.md

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

To see how to use this for generating burn graphs, see here.