onnxruntime
9c6351f6 - [WebNN] Support AveragePool with count_include_pad == 1 (#24465)

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.
Author
Parents
Loading