Commits


zesongw authored and GitHub committed 6d5ee4d69bd
[WebNN EP] Use explicit padding (#18688) WebNN will remove autoPad option, we need to use explicit padding values. Compute padding values of autopad(same-upper, same-lower) for Op Pool, Conv and ConvTranspose.