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
- Host: GitHub
- URL: https://github.com/djthorpe/c-tensor
- Owner: djthorpe
- License: apache-2.0
- Created: 2023-04-09T11:45:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T07:42:42.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T18:05:19.424Z (about 1 year ago)
- Topics: c, cmake, library, machinelearning, tensor
- Language: C
- Homepage:
- Size: 11.5 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```