Expand description
§Burn Common Library
This library contains common types used by other Burn crates that must be shared.
Modules§
- benchmark
- Module for benchmarking any executable part
- future
- Future utils with a compatible API for native, non-std and wasm environments.
- id
- Id module contains types for unique identifiers.
- parallel
- Parallel utilities.
- rand
- Rand module contains types for random number generation for non-std environments and for std environments.
- reader
- Useful when you need to read async data without having to decorate each function with async notation.
- stub
- Stub module contains types for stubs for non-std environments and for std environments.
Macros§
- iter_
par Non- rayon - Macro for iterating in parallel.
- iter_
range_ par Non- rayon - Macro for iterating over a range in parallel.
- iter_
slice_ par Non- rayon - Macro for iterating in parallel.
- run_par
Non- rayon - Macro for running a function in parallel.