burn-autodiff 0.21.0

Automatic differentiation backend for the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
mod base;
mod node;
mod requirement;

pub mod traversal;

pub use base::*;
pub use node::*;
pub use requirement::*;