14 releases (9 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 |
#917 in Machine learning
6,594 downloads per month
Used in 37 crates
(8 directly)
9KB
134 lines
Burn Common
The burn-common
package hosts code that must be shared between burn packages (with std
or
no_std
enabled). No other code should be placed in this package unless unavoidable.
The package must build with cargo build --no-default-features
as well.
lib.rs
:
Burn Common Library
This library contains common types used by other Burn crates that must be shared.
Dependencies
~2–14MB
~160K SLoC