webml-polyfill
webml-polyfill copied to clipboard
[MPS] The outputs are incorrect when the dilation rate parameters are greater than one for ATROUS_CONV_2D op
Test Env: Chromium Version: nightly build 70.0.3503.0 (efb0f90) Platform: Mac OS 10.13.6
Expected Result: The test should pass.
Actual Result: The outputs are incorrect when the dilation rate parameters are greater than one for ATROUS_CONV_2D op.
model.setOperandValue(rate_w, new Int32Array([2]));
model.setOperandValue(rate_h, new Int32Array([2]));
How to Reproduce:
- Launch chromium and enable WebML flag
- Visit https://brucedai.github.io/webnnt/test/issue_atrous_conv_2d_1.html?prefer=sustained (Failed tests: the dilation rate parameters are 2)