/minitensor

A tensor manipulation library.

Primary LanguageC

Minitensor

A tensor manipulation library.

Supports:

  • Broadcasting
  • Autograd

Please don't expect running fancy neural nets with this... Just yet...

Usage

Include minitensor.h in your source files and compile them along with minitensor.c.

Running tests

cd into tests directory and invoke one of the following commands:

  • make test : compile and run unit tests
  • make test/dbgmem : compile and run unit tests and also perform memory check with valgrind. ensure that valgrind is already installed.