#deep-learning #pytorch #machine-learning #multi-dimensional-array

no-std burn-tensor

Tensor library with user-friendly APIs and automatic differentiation support

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

Download history 7668/week @ 2025-11-24 8219/week @ 2025-12-01 8558/week @ 2025-12-08 8748/week @ 2025-12-15 7346/week @ 2025-12-22 9019/week @ 2025-12-29 13373/week @ 2026-01-05 17312/week @ 2026-01-12 16370/week @ 2026-01-19 17518/week @ 2026-01-26 19107/week @ 2026-02-02 16074/week @ 2026-02-09 15523/week @ 2026-02-16 17033/week @ 2026-02-23 16518/week @ 2026-03-02 18115/week @ 2026-03-09

68,917 downloads per month
Used in 212 crates (14 directly)

MIT/Apache

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

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

~6–51MB
~796K SLoC