flashlight-tensor
Tensor library written in pure rust, designed mostly for matrix operations
Features
- n-dimensional tensors
- Element-wise operations
- Scalar multiplication and addition
- Tensor multiplication and addition
- Matrix transformation
- Dot product
- CPU only, with GPU support in plans
Instalation
[]
= "0.2.0"
Quick Start
use *;
Documentation
all tensor operations in tensor category
Tests
Run tests with:
cargo test