yscv-autograd 0.1.2

Dynamic computation graph with tape-based reverse-mode autodiff
Documentation
1
2
3
4
5
6
//! Automatic differentiation graph and backward primitives for yscv.
#![deny(unsafe_code)]

mod core;

pub use core::*;