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

Supported hardSwish. #113

Closed BruceDai closed 3 years ago

BruceDai commented 3 years ago

@huningxin PTAL, thanks.

BruceDai commented 3 years ago

I ran this code locally with same steps as CI's , it passed on "npm run build-production --if-present" step where CI failed, @huningxin any suggestion, thanks.

BruceDai commented 3 years ago

The new commit is to rebase with latest code.