yscv-autograd 0.1.9

Dynamic computation graph with tape-based reverse-mode autodiff
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![deny(unsafe_code)]

mod core;

pub use core::*;