25 releases (16 breaking)
Uses new Rust 2024
0.17.0 | Apr 23, 2025 |
---|---|
0.16.0 | Jan 14, 2025 |
0.15.0 | Oct 28, 2024 |
0.13.2 | May 3, 2024 |
0.1.0 | Jul 27, 2022 |
#1072 in Machine learning
16,157 downloads per month
Used in 57 crates
(17 directly)
1.5MB
27K
SLoC
This library provides the core abstractions required to run tensor operations with Burn.
Tensor
s 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.
Burn Tensor
Burn Tensor Library
This library provides the core abstractions required to run tensor operations with Burn.
Tensor
s 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.
Dependencies
~5–40MB
~564K SLoC