14 releases (7 breaking)

0.8.0 Jan 15, 2023
0.7.0 Sep 14, 2022
0.6.0 May 30, 2022
0.4.0 Feb 4, 2022
0.1.2 Jul 5, 2021

#167 in Concurrency

Download history 5/week @ 2022-11-30 15/week @ 2022-12-07 16/week @ 2022-12-14 10/week @ 2022-12-21 11/week @ 2022-12-28 1/week @ 2023-01-04 39/week @ 2023-01-11 15/week @ 2023-01-18 14/week @ 2023-01-25 18/week @ 2023-02-01 35/week @ 2023-02-08 81/week @ 2023-02-15 14/week @ 2023-02-22 4/week @ 2023-03-01 6/week @ 2023-03-08 6/week @ 2023-03-15

77 downloads per month
Used in 2 crates

Apache-2.0

665KB
18K 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

~11–17MB
~303K SLoC