33 releases (16 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.6.0 | Mar 21, 2023 |
#47 in #multi-dimensional-array
71,335 downloads per month
Used in 214 crates
(10 directly)
1.5MB
30K
SLoC
The core crate of Burn.
Structs and macros used by most projects. Add use burn::prelude::* to your code to quickly get started with
Burn.
Burn Core
This crate should be used with burn. It contains the core traits and components for building and training deep learning models with Burn.
Feature Flags
This crate can be used without the standard library (#![no_std]) with alloc by disabling the
default std feature.
std- enables the standard library. Enabled by default.experimental-named-tensor- enables experimental named tensor.
Dependencies
~12–66MB
~1M SLoC