12 releases (5 breaking)
0.6.0 | May 30, 2022 |
---|---|
0.4.0 | Feb 4, 2022 |
0.3.0 | Dec 8, 2021 |
0.2.2 | Nov 5, 2021 |
0.1.2 | Jul 5, 2021 |
#131 in Concurrency
123 downloads per month
Used in 2 crates
690KB
19K
SLoC
This crate is used internally by TinyChain to provide the Tensor data structure. You can enable it using the tensor
feature (e.g. cargo build --release --features=tensor
). It requires linking to ArrayFire version 3.8 in order to compile and run. You can download and install ArrayFire by following the instructions at http://arrayfire.org/docs/installing.htm. You'll also have follow the instructions for the ArrayFire Rust crate to set the AF_PATH
and LD_LIBRARY_PATH
environment variables.
For more information on TinyChain, see http://github.com/haydnv/tinychain
Dependencies
~12MB
~226K SLoC