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

Change min and max values of clamp to float #122

Closed mingmingtasd closed 3 years ago

mingmingtasd commented 3 years ago

Align with webmachinelearning/webnn#206: ClampOptions { float minValue; float maxValue; };