burn-autodiff 0.20.0

Automatic differentiation backend for the Burn framework
Documentation
1
2
3
4
5
6
mod client;
mod memory_management;
mod server;

pub mod graph;
pub use client::*;