| Crates.io | tc-tensor |
| lib.rs | tc-tensor |
| version | 0.8.0 |
| created_at | 2021-05-29 00:37:52.74914+00 |
| updated_at | 2023-01-15 09:38:26.114266+00 |
| description | TinyChain's Tensor collection type |
| homepage | |
| repository | https://github.com/haydnv/tinychain.git |
| max_upload_size | |
| id | 403342 |
| size | 400,101 |
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