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

#912 in Machine learning

Download history 1745/week @ 2024-08-17 1725/week @ 2024-08-24 1699/week @ 2024-08-31 1598/week @ 2024-09-07 1438/week @ 2024-09-14 1708/week @ 2024-09-21 1589/week @ 2024-09-28 1294/week @ 2024-10-05 1715/week @ 2024-10-12 1531/week @ 2024-10-19 2097/week @ 2024-10-26 1711/week @ 2024-11-02 1154/week @ 2024-11-09 1291/week @ 2024-11-16 1416/week @ 2024-11-23 4770/week @ 2024-11-30

8,893 downloads per month
Used in 39 crates (8 directly)

MIT/Apache

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–13MB
~161K SLoC