smart_tensor

Crates.iosmart_tensor
lib.rssmart_tensor
version0.0.1
sourcesrc
created_at2022-03-11 02:28:26.557232
updated_at2022-03-11 02:28:26.557232
descriptionA Tensor library with focus in compile-time safety in shape operations.
homepage
repositoryhttps://github.com/tfernd/smart_tensor
max_upload_size
id547962
size9,064
Thales Fernandes (tfernd)

documentation

README

Smart Tensor

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!

Commit count: 18

cargo fmt