Commits


zesongw authored and GitHub committed 59128377913
[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.