A tensor manipulation library.
Supports:
- Broadcasting
- Autograd
Please don't expect running fancy neural nets with this... Just yet...
Include minitensor.h
in your source files and compile them along with minitensor.c
.
cd
into tests
directory and invoke one of the following commands:
make test
: compile and run unit testsmake test/dbgmem
: compile and run unit tests and also perform memory check with valgrind. ensure that valgrind is already installed.