ferrotorch-core 0.1.3

Core tensor and autograd engine for ferrotorch — PyTorch in Rust
Documentation
1
2
3
4
5
6
7
8
9
pub mod arithmetic;
pub mod reduction;
pub mod linalg;
pub mod activation;
pub mod shape;
pub mod indexing;
pub mod comparison;
pub mod fft;
pub mod transcendental;