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 module.
- Gradients module.
- Operation module.
Macros§
- Creates a RetroForward struct for binary operations
- Creates a RetroForward struct for unary scalar operations
- Creates a RetroForward struct for unary scalar operations
Structs§
- Enable auto-differentiation on a backend.
- Enable autodiff on a backend bridge.
- Unique identifier generated for each node.