Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 442 Bytes

File metadata and controls

44 lines (35 loc) · 442 Bytes

Web-ml

This is a WIP project for inference only web-ml showcases.

Op Support

Memory Ops

  • reshape
  • flatten

Unary Ops

  • exp / exp2
  • log / log2
  • sqrt
  • pow
  • round
  • ceil
  • floor
  • neg
  • sin / sinh / asin
  • cos / cosh / acos
  • tan / tanh / atan

Binary Ops

  • add
  • sub
  • mul
  • div
  • max
  • min

Dev run

Currently must install locally

Install dependencies

npm install

Run tests

npm run test