4 releases (breaking)
0.9.0 | Sep 6, 2023 |
---|---|
0.8.0 | Jul 25, 2023 |
0.7.0 | May 6, 2023 |
0.6.0 | Mar 21, 2023 |
#501 in Machine learning
622 downloads per month
Used in 9 crates
(5 directly)
8KB
128 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
~1MB
~18K SLoC