onnxruntime
9c6351f6
- [WebNN] Support AveragePool with count_include_pad == 1 (#24465)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
308 days ago
[WebNN] Support AveragePool with count_include_pad == 1 (#24465) ### Description WebNN doesn't support AveragePool with count_include_pad == 1. ### Motivation and Context Support it by adding a pad and calling averagePool2D with pads as 0's.
References
#24465 - [WebNN] Support AveragePool with count_include_pad == 1
Author
Honry
Parents
6df62067
Loading