ferrotorch-core 0.1.8

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