8000 GitHub - ariaghora/minitensor: A tensor manipulation library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ariaghora/minitensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tensor manipulation library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0