16 releases (breaking)

0.16.0 Jan 14, 2025
0.15.0 Oct 28, 2024
0.14.0 Aug 27, 2024
0.13.2 May 3, 2024
0.6.0 Mar 21, 2023

#1246 in Machine learning

Download history 1803/week @ 2024-10-29 1398/week @ 2024-11-05 1190/week @ 2024-11-12 1315/week @ 2024-11-19 3154/week @ 2024-11-26 3877/week @ 2024-12-03 3431/week @ 2024-12-10 3081/week @ 2024-12-17 3666/week @ 2024-12-24 3057/week @ 2024-12-31 2658/week @ 2025-01-07 3181/week @ 2025-01-14 2959/week @ 2025-01-21 3093/week @ 2025-01-28 3304/week @ 2025-02-04 2678/week @ 2025-02-11

12,587 downloads per month
Used in 27 crates (2 directly)

MIT/Apache

3.5MB
74K SLoC

Burn Core

This crate should be used with burn.

Current Crates.io Version license

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.

lib.rs:

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.

Dependencies

~69–115MB
~2.5M SLoC