burn/contributor-book
Dilshod Tadjibaev f18cb7f2d0
Refactor: Move op_configuration.rs from burn-import to onnx-ir (#3126)
* Move conv1d, avg_pool1d, max_pool1d and conv_transpose1d to onnx-ir

* Fix format

* Fix format

* Move conv1d rank update

* Move conv_transpose1d_update_outputs

* Removed and replaced as same_as_input

* Move op config from burn-import

* Moved 2d and 3d config functions

* Move some config functions to node

* Moved op configs to individual node modules

Still remaining:

expand_config
tile_config
top_k_config
trilu_config
pad_config
unsqueeze_config
split_config

* Break down reduce module into individual modules

* Move rank inference functions

* Move rank updates to node module

* Add documentation

* Repoint config function from onnx-ir

* Remove burn types from onnx-ir

* Fixed left over tests

* No default init for config structs

* Fix format

* remove op_configuration.rs

* Decouple burn-import types from op_configuration

* Moved remaining configs from burn-import to onnx-ir

* Update the documentation

* Remove "Features" section

* Converted links to resources

* Remove deadcode

* Shorten burn-import readme

* Remove inline comments

* Add NodeBuilder and refactor test code

* Refactor tests to use NodeBuilder

* Refactored tests to use NodeBuilder

* Refactored tests to use NodeBuilder

* Refactored tests to use NodeBuilder

* Refactored tests to use NodeBuilder

* Refactored tests to use NodeBuilder

* Refactored tests to use NodeBuilder

* Remove inline comments
2025-05-09 11:15:14 -05:00
..
src Refactor: Move op_configuration.rs from burn-import to onnx-ir (#3126) 2025-05-09 11:15:14 -05:00
.gitignore started the burn developer book (#1184) 2024-02-05 11:03:24 -05:00
.prettierrc.json started the burn developer book (#1184) 2024-02-05 11:03:24 -05:00
LICENSE-APACHE started the burn developer book (#1184) 2024-02-05 11:03:24 -05:00
LICENSE-MIT started the burn developer book (#1184) 2024-02-05 11:03:24 -05:00
book.toml started the burn developer book (#1184) 2024-02-05 11:03:24 -05:00