burn-autodiff 0.21.0

Automatic differentiation backend for the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
/// Checkpointer module
pub mod base;
pub(crate) mod builder;
/// RetroForward module
pub mod retro_forward;
/// BackwardStates module
pub mod state;
/// CheckpointStrategy module
pub mod strategy;