rumus 0.1.1

A native-Rust deep learning framework with explicit memory safety and hardware acceleration
Documentation
1
2
3
4
5
mod core;
mod ops;

pub use self::core::*;
pub use self::ops::stack;