gtensor 1.0.0

Reverse-mode autodifferentiation of computational graphs with tensors and more for machine learning.
Documentation
1
2
3
4
5
6
7
8

pub mod tape;
pub mod node;
pub mod var;
pub mod gtensor;
pub mod arena;
pub mod serde;
pub mod builder;