burn/crates/onnx-ir
tiruka 9b9b03c959
Add ONNX op Random Uniform Like (#2448)
* add random normal like python code to generate onnx model

* add random normal like node

* modify onnx burn to add new op

* add test on test onnx

* revert commentouts

* fix review points to respond to dynamically shape

* add onnx op of random uniform like

* fix formats
2024-11-07 09:44:32 -05:00
..
src Add ONNX op Random Uniform Like (#2448) 2024-11-07 09:44:32 -05:00
Cargo.toml enable doc_auto_cfg to show feature-req-hint in docs.rs (#2271) 2024-10-09 09:15:02 -04: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.