ferrite-dl 0.2.0

Deep learning library written in pure Rust
Documentation
1
2
3
4
5
mod cpu;
mod cuda;

pub use cpu::*;
pub use cuda::*;