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

#31 in #pytorch

Download history 1306/week @ 2024-11-20 3529/week @ 2024-11-27 3880/week @ 2024-12-04 3285/week @ 2024-12-11 3486/week @ 2024-12-18 3272/week @ 2024-12-25 3086/week @ 2025-01-01 2517/week @ 2025-01-08 3152/week @ 2025-01-15 3191/week @ 2025-01-22 3133/week @ 2025-01-29 3121/week @ 2025-02-05 2633/week @ 2025-02-12 5060/week @ 2025-02-19 4182/week @ 2025-02-26 4013/week @ 2025-03-05

16,279 downloads per month
Used in 28 crates (2 directly)

MIT/Apache

3.5MB
75K 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

~65–110MB
~2M SLoC