intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 42 forks source link

[Test] operations tests don't use use EPISILON5ULP for MPS backend #233

Closed huningxin closed 5 years ago

huningxin commented 5 years ago

https://github.com/intel/webml-polyfill/tree/master/test/operations

for example: https://github.com/intel/webml-polyfill/blob/master/test/operations/add.js#L53

BruceDai commented 5 years ago

Fixed by PR https://github.com/intel/webml-polyfill/pull/270 , close it.