15 releases (breaking)

new 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

#1104 in Machine learning

Download history 1656/week @ 2024-07-09 1619/week @ 2024-07-16 1475/week @ 2024-07-23 2867/week @ 2024-07-30 2067/week @ 2024-08-06 1686/week @ 2024-08-13 1682/week @ 2024-08-20 1793/week @ 2024-08-27 1450/week @ 2024-09-03 1546/week @ 2024-09-10 1316/week @ 2024-09-17 1776/week @ 2024-09-24 1375/week @ 2024-10-01 1431/week @ 2024-10-08 1558/week @ 2024-10-15 1741/week @ 2024-10-22

6,405 downloads per month
Used in 22 crates (2 directly)

MIT/Apache

3MB
65K 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

~59–110MB
~2M SLoC