ferrite-dl 0.2.0

Deep learning library written in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod arithmetic;
pub mod reduction;
pub mod transform;
pub mod blas;
pub mod activation;

pub use arithmetic::*;
pub use reduction::*;
pub use transform::*;
pub use blas::*;
pub use activation::*;