onnxruntime
59128377
- [WebNN EP] Fix bug when Pad has negative padding value. (#16878)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
[WebNN EP] Fix bug when Pad has negative padding value. (#16878) Padding value in ONNX Pad can be negative, which indicates remove pixel. WebNN EP can not support such operation, so it needs to use slice to handle this case.
References
#16878 - [WebNN EP] Fix bug when Pad has negative padding value.
Author
zesongw
Parents
36c5b0dc
Loading