burn/crates/burn-ir
Guillaume Lagrange e718243748
Fix clippy errors w/ new rust stable (#3325)
2025-06-27 07:54:26 -04:00
..
src Fix clippy errors w/ new rust stable (#3325) 2025-06-27 07:54:26 -04:00
Cargo.toml Chain lint inheritance [was: Disable new default clippy tests] (#3200) 2025-05-20 08:23:11 -04:00
README.md Refactor/burn ir (#2796) 2025-02-11 14:29:14 -05:00

README.md

Burn Intermediate Representation

Defines an Intermediate Representation (IR) used to represent tensors and operations.

The abstraction over computation allows execution across different targets (e.g., remote backend). It also enables optimization and transformation of tensor computations before execution (e.g., operator fusion).