ferrite-dl 0.2.0

Deep learning library written in pure Rust
Documentation
1
2
3
4
5
6
7
pub mod scalar;
pub mod grad;
pub mod grad_fn;

// Re-export everything we want to be publicly accessible
pub use grad::*;
pub use grad_fn::*;