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

Optimize preparing TypedArray data for creating constant operand #232

Closed BruceDai closed 1 year ago

BruceDai commented 1 year ago

This PR is to address the improvement performance of Building Graph when executing model tests on https://github.com/webmachinelearning/webnn/issues/402.

@Honry @huningxin PTAL, thanks.

BruceDai commented 1 year ago

Thanks for reviewing. Let's merge it.