burn/crates/burn-tensor
Nathaniel Simard d67cade821
Changes how vectorization is applied during fusion (#2833)
2025-02-21 10:15:27 -05:00
..
src Changes how vectorization is applied during fusion (#2833) 2025-02-21 10:15:27 -05:00
Cargo.toml Bump rand from 0.8.5 to 0.9.0 (#2789) 2025-02-12 10:07:55 -05:00
LICENSE-APACHE Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
LICENSE-MIT Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
README.md Refactor/burn ir (#2796) 2025-02-11 14:29:14 -05:00
env.bash [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00

README.md

Burn Tensor

Burn Tensor Library

Current Crates.io Version license

This library provides the core abstractions required to run tensor operations with Burn.

Tensors are generic over the backend to allow users to perform operations using different Backend implementations. Burn's tensors also support support auto-differentiation thanks to the AutodiffBackend trait.