#deep-learning #machine-learning #pytorch

no-std burn-tensor

Tensor library with user-friendly APIs and automatic differentiation support

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

Download history 6906/week @ 2025-08-15 5823/week @ 2025-08-22 23671/week @ 2025-08-29 8298/week @ 2025-09-05 7058/week @ 2025-09-12 8684/week @ 2025-09-19 9069/week @ 2025-09-26 6439/week @ 2025-10-03 8578/week @ 2025-10-10 10630/week @ 2025-10-17 8047/week @ 2025-10-24 8013/week @ 2025-10-31 7834/week @ 2025-11-07 7850/week @ 2025-11-14 7744/week @ 2025-11-21 6583/week @ 2025-11-28

31,484 downloads per month
Used in 123 crates (23 directly)

MIT/Apache

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

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 auto-differentiation thanks to the AutodiffBackend trait.

Dependencies

~4–45MB
~676K SLoC