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

Support negative starts for slice op. #155

Closed BruceDai closed 2 years ago

BruceDai commented 2 years ago

Fix #152.

These two added test cases are from slice tests of webnn-baseline repo.

@huningxin PTAL, thanks.

BruceDai commented 2 years ago

@Honry Would you please help review this patch, thanks.

BruceDai commented 2 years ago

@Honry Thanks for review, merge it.