39 releases (20 breaking)
Uses new Rust 2024
| 0.21.0-pre.2 | Mar 2, 2026 |
|---|---|
| 0.20.1 | Jan 23, 2026 |
| 0.20.0-pre.6 | Dec 18, 2025 |
| 0.20.0-pre.3 | Nov 24, 2025 |
| 0.1.0 | Jul 27, 2022 |
#1914 in Machine learning
68,917 downloads per month
Used in 212 crates
(14 directly)
1MB
16K
SLoC
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 auto-differentiation thanks to the AutodiffBackend trait.
Burn Tensor
Burn Tensor Library
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 auto-differentiation thanks to the
AutodiffBackend trait.
Dependencies
~6–51MB
~796K SLoC