webml-polyfill icon indicating copy to clipboard operation
webml-polyfill copied to clipboard

[MPS] The outputs are incorrect when the dilation rate parameters are greater than one for ATROUS_CONV_2D op

Open Christywl opened this issue 6 years ago • 0 comments

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:

  1. Launch chromium and enable WebML flag
  2. Visit https://brucedai.github.io/webnnt/test/issue_atrous_conv_2d_1.html?prefer=sustained (Failed tests: the dilation rate parameters are 2)

Christywl avatar Feb 20 '19 08:02 Christywl