ndrs 0.5.0

A tensor library with GPU support
Documentation
1
2
3
4
5
pub mod cpu;
pub mod cuda;

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