This is a WIP project for inference only web-ml showcases.
- reshape
- flatten
- exp / exp2
- log / log2
- sqrt
- pow
- round
- ceil
- floor
- neg
- sin / sinh / asin
- cos / cosh / acos
- tan / tanh / atan
- add
- sub
- mul
- div
- max
- min
Currently must install locally
Install dependencies
npm install
Run tests
npm run test