Expand description
The core crate of Burn.
Re-exports§
pub use serde;
Modules§
- config
- The configuration module.
- data
std - Data module.
- module
- Module for the neural network module.
- prelude
- Structs and macros used by most projects. Add
use burn::prelude::*to your code to quickly get started with Burn. - record
- Module for the recorder.
- tensor
- Module for the tensor.
Macros§
- constant
- Constant macro.
Structs§
- Tensor
- A tensor with a given backend, shape and data type.