etensor-core 0.0.1

The pure Rust tensor math and autograd engine
Documentation
1
2
3
4
5
6
7
8
9
pub mod dtypes;
pub mod errors;
pub mod shape;
pub mod buffer;
pub mod device;
pub mod tensor;
pub mod autograd;
pub mod dispatch;
pub mod backends;