15 releases (breaking)

0.15.0 Oct 28, 2024
0.13.2 May 3, 2024
0.12.1 Feb 1, 2024
0.11.1 Dec 4, 2023
0.6.0 Mar 21, 2023

#1211 in Machine learning

Download history 1528/week @ 2024-09-07 1413/week @ 2024-09-14 1647/week @ 2024-09-21 1535/week @ 2024-09-28 1262/week @ 2024-10-05 1672/week @ 2024-10-12 1489/week @ 2024-10-19 1994/week @ 2024-10-26 1650/week @ 2024-11-02 1132/week @ 2024-11-09 1260/week @ 2024-11-16 1375/week @ 2024-11-23 4842/week @ 2024-11-30 3642/week @ 2024-12-07 2613/week @ 2024-12-14 4058/week @ 2024-12-21

15,332 downloads per month
Used in 27 crates (2 directly)

MIT/Apache

3MB
67K 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–115MB
~2M SLoC