[wpt-sync] Sync PR 53245 - Revert "Reland "[WebNN] Fuse QDQ for element-wise logical on tflite""
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53245 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53245
Details from upstream follow.
Mingyu Lei <leimy@chromium.org> wrote:
Revert "Reland "[WebNN] Fuse QDQ for element-wise logical on tflite""
This reverts commit 87413efa62e18726d73e7f283efef63d4bfd1023.
Reason for revert: The WPT is still failing https://ci.chromium.org/ui/p/chromium/builders/ci/mac14-arm64-rel-tests/25807/overview
Bug: 401281047
Original change's description:Reland "[WebNN] Fuse QDQ for element-wise logical on tflite"
This is a reland of commit 9cf94ffffd9359cbcfd757d8258c07bc880863ee.
This CL fixes the failed bots by casting the output to int32 to
increase mac coverage.Original change's description:
[WebNN] Fuse QDQ for element-wise logical on tflite
This CL supports fusing QDQ for element-wise logical equal, notEqual
greater, greaterOrEqual, lesser and lesserOrEqual on tflite.The output data type of element-wise logical is uint8, so the next
operation isn't quantizeLinear, butdq -> op
can be fused to
quantized operator.Bug: 401281047
Change-Id: If1935e6cece8282c7d5e48cbe86c5a85a6b6e925
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6639273
Reviewed-by: ningxin hu \<ningxin.hu@intel.com>
Commit-Queue: Wei4 Wang \<wei4.wang@intel.com>
Reviewed-by: Phillis Tang \<phillis@chromium.org>
Reviewed-by: Junwei Fu \<junwei.fu@intel.com>
Cr-Commit-Position: refs/heads/main@{#1474141}Bug: 401281047
Change-Id: I32ee2079a8cc4e06b3f844e4f841643e13547915
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6646504
Reviewed-by: Phillis Tang \<phillis@chromium.org>
Commit-Queue: Wei4 Wang \<wei4.wang@intel.com>
Cr-Commit-Position: refs/heads/main@{#1475342}Bug: 401281047
Change-Id: Ic4bb002491e0e8bf1701a0c102af1f57e01eb008
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6654517
Commit-Queue: Mingyu Lei \<leimy@chromium.org>
Owners-Override: Mingyu Lei \<leimy@chromium.org>
Bot-Commit: Rubber Stamper \<rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Mingyu Lei \<leimy@chromium.org>
Commit-Queue: Rubber Stamper \<rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1475408}
Description
•