13 releases (8 breaking)

new 0.13.2 May 3, 2024
0.12.1 Feb 1, 2024
0.11.1 Dec 4, 2023
0.10.0 Oct 24, 2023
0.6.0 Mar 21, 2023

#911 in Machine learning

Download history 1459/week @ 2024-01-12 1302/week @ 2024-01-19 1366/week @ 2024-01-26 1162/week @ 2024-02-02 1126/week @ 2024-02-09 1180/week @ 2024-02-16 1147/week @ 2024-02-23 1102/week @ 2024-03-01 1244/week @ 2024-03-08 1160/week @ 2024-03-15 4500/week @ 2024-03-22 4245/week @ 2024-03-29 2349/week @ 2024-04-05 3499/week @ 2024-04-12 2782/week @ 2024-04-19 3458/week @ 2024-04-26

12,559 downloads per month
Used in 9 crates (2 directly)

MIT/Apache

2.5MB
50K 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

~35–84MB
~1.5M SLoC