33 releases (19 breaking)
Uses new Rust 2024
| new 0.20.0-pre.4 | Dec 1, 2025 |
|---|---|
| 0.20.0-pre.3 | Nov 24, 2025 |
| 0.19.1 | Nov 6, 2025 |
| 0.18.0 | Jul 18, 2025 |
| 0.1.0 | Jul 27, 2022 |
#1618 in Machine learning
31,484 downloads per month
Used in 123 crates
(23 directly)
2MB
35K
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
~4–45MB
~676K SLoC