| Crates.io | rten-vecmath |
| lib.rs | rten-vecmath |
| version | 0.22.1 |
| created_at | 2023-12-31 20:31:33.275054+00 |
| updated_at | 2025-09-18 18:21:14.994294+00 |
| description | SIMD vectorized implementations of various math functions used in ML models |
| homepage | https://github.com/robertknight/rten |
| repository | https://github.com/robertknight/rten |
| max_upload_size | |
| id | 1084991 |
| size | 81,430 |
This crate contains SIMD-vectorized kernels ("vectorized math") for various operations used in machine learning models. This includes:
SIMD operations are implemented using portable SIMD types from the rten-simd crate.