webmachinelearning / webnn-polyfill

🧠⚙️ Web Neural Network API polyfill based on TensorFlow.js
https://www.npmjs.com/package/@webmachinelearning/webnn-polyfill
Apache License 2.0
102 stars 18 forks source link

Implement activation functions as fused operators to BatchNorm, Conv2d, gru and gruCell #92

Closed huningxin closed 3 years ago

huningxin commented 3 years ago

Implement the spec change introduced by https://github.com/webmachinelearning/webnn/pull/188