An open API service indexing awesome lists of open source software.

https://github.com/djthorpe/c-tensor

Tensor implementation in C
https://github.com/djthorpe/c-tensor

c cmake library machinelearning tensor

Last synced: about 1 year ago
JSON representation

Tensor implementation in C

Awesome Lists containing this project

README

          

# c-tensor
Tensor implementation in C - work in progress. Requires cmake.

```bash
make config # configure the project
make examples # build the examples, which are placed in 'build/examples' folder
make tests # run unit tests
```