rumus 0.2.1

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

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