Expand description
§Burn Autodiff
This autodiff library is a part of the Burn project. It is a standalone crate
that can be used to perform automatic differentiation on tensors. It is
designed to be used with the Burn Tensor crate, but it can be used with any
tensor library that implements the Backend
trait.
Modules§
- checkpoint
- Checkpoint module.
- grads
- Gradients module.
- ops
- Operation module.
Macros§
- retro_
binary - Creates a RetroForward struct for binary operations
- retro_
unary - Creates a RetroForward struct for unary scalar operations
- retro_
unary_ scalar - Creates a RetroForward struct for unary scalar operations