| Crates.io | smart_tensor |
| lib.rs | smart_tensor |
| version | 0.0.1 |
| created_at | 2022-03-11 02:28:26.557232+00 |
| updated_at | 2022-03-11 02:28:26.557232+00 |
| description | A Tensor library with focus in compile-time safety in shape operations. |
| homepage | |
| repository | https://github.com/tfernd/smart_tensor |
| max_upload_size | |
| id | 547962 |
| size | 9,064 |
A cumbersome implementation of tensors/arrays that is shape-aware.
Any operation on tensors that changes its shape will give compile time error if the shape is not compatible with very useful compile error messages.
VERY PRELIMINARY IMPLEMENTATION!