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

#1242 in Machine learning

Download history 1282/week @ 2024-10-07 1637/week @ 2024-10-14 1588/week @ 2024-10-21 1998/week @ 2024-10-28 1495/week @ 2024-11-04 1188/week @ 2024-11-11 1289/week @ 2024-11-18 2677/week @ 2024-11-25 4056/week @ 2024-12-02 3479/week @ 2024-12-09 2407/week @ 2024-12-16 4434/week @ 2024-12-23 2932/week @ 2024-12-30 2794/week @ 2025-01-06 2985/week @ 2025-01-13 2661/week @ 2025-01-20

11,785 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

~67–120MB
~2.5M SLoC