mirror of https://github.com/tracel-ai/burn.git
![]() * Add boolean and/or to bool tensors and fix version mismatch for rand * Add tests * Fix tch * Fix for cubecl update * Add missing test attribute * Update crates/burn-fusion/src/stream/context.rs |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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).