mirror of https://github.com/tracel-ai/burn.git
![]() * 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 |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
.prettierrc.json | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
book.toml |