Crate burn_common
source ·Expand description
Burn Common Library
This library contains common types used by other Burn crates that must be shared.
Modules
- Module for benchmarking any executable part
- Id module contains types for unique identifiers.
- Rand module contains types for random number generation for non-std environments and for std environments.
- Useful when you need to read async data without having to decorate each function with async notation.
- Stub module contains types for stubs for non-std environments and for std environments.