ferrite-dl 0.2.0

Deep learning library written in pure Rust
Documentation
1
2
3
4
5
mod base;
mod utils;

pub use base::*;
pub use utils::*;