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
6,405 downloads per month
Used in 22 crates
(2 directly)
3MB
65K
SLoC
Burn Core
This crate should be used with burn.
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