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 46 forks source link

[IE] Refactor codes about input blob precision #1395

Open mingmingtasd opened 3 years ago

mingmingtasd commented 3 years ago

L139 in chromium repo should be as: memcpy(input_blob->buffer(), input_data_[i].buffer), input_data_[i].length); We needn't change blob's data type.

And we can remove element::f16 in L209.