16 releases (breaking)

new 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

#1234 in Machine learning

Download history 1556/week @ 2024-09-27 1316/week @ 2024-10-04 1698/week @ 2024-10-11 1462/week @ 2024-10-18 1853/week @ 2024-10-25 1749/week @ 2024-11-01 1242/week @ 2024-11-08 1178/week @ 2024-11-15 1432/week @ 2024-11-22 4472/week @ 2024-11-29 3747/week @ 2024-12-06 2731/week @ 2024-12-13 3839/week @ 2024-12-20 3074/week @ 2024-12-27 3021/week @ 2025-01-03 2197/week @ 2025-01-10

12,475 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

~68–120MB
~2.5M SLoC