webmachinelearning / webnn

🧠 Web Neural Network API
https://www.w3.org/TR/webnn/
Other
398 stars 48 forks source link

Remove MLBufferView #569

Closed a-sully closed 9 months ago

a-sully commented 9 months ago

Fixes #560

Follow-up to #553

To be coordinated with corresponding changes to the Model Loader API spec: https://github.com/webmachinelearning/model-loader/pull/43


Preview | Diff

a-sully commented 9 months ago

Thanks for the review, @huningxin. @wchao1115 if this PR LGTY please feel free to merge at your convenience. Thanks!

huningxin commented 9 months ago

It looks good to me. @fdwr , do you have any further comments?

anssiko commented 9 months ago

FTR: also the corresponding Model Loader API spec changes have been landed: https://github.com/webmachinelearning/model-loader/pull/43