15 releases (breaking)
new 0.16.0 | Jan 14, 2025 |
---|---|
0.15.0 | Oct 28, 2024 |
0.14.0 | Aug 27, 2024 |
0.13.2 | May 3, 2024 |
0.6.0 | Mar 21, 2023 |
#1135 in Machine learning
12,280 downloads per month
Used in 42 crates
(10 directly)
21KB
206 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
~163K SLoC