[wpt-sync] Sync PR 51817 - webnn: fix dequantize as intermediate node for tflite
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51817 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51817
Details from upstream follow.
Phillis Tang <phillis@chromium.org> wrote:
webnn: fix dequantize as intermediate node for tflite
When it's an intermediate node, the input tensor is already serialized.
If it's serialized without quantization information, insert an identity
node to attach quantization param.Bug: 408018830
Change-Id: Ifea1a5574aabbcad16381661d964fdfb96f795b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6426647
Reviewed-by: Reilly Grant \<reillyg@chromium.org>
Commit-Queue: Phillis Tang \<phillis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1441965}
Assignee | ||
Updated•24 days ago
|
Assignee | ||
Comment 1•24 days ago
|
||
Assignee | ||
Comment 2•24 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 17 subtests
Status Summary
Firefox
OK
: 3
FAIL
: 3
Chrome
OK
: 3
PASS
: 30
FAIL
: 18
Safari
OK
: 3
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webnn/conformance_tests/dequantizeLinear.https.any.html?gpu [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
)- assert_implements(navigator.ml, 'missing navigator.ml'):
FAIL
(Safari:FAIL
)
- assert_implements(navigator.ml, 'missing navigator.ml'):
- /webnn/conformance_tests/dequantizeLinear.https.any.html?cpu [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
)- assert_implements(navigator.ml, 'missing navigator.ml'):
FAIL
(Safari:FAIL
)
- assert_implements(navigator.ml, 'missing navigator.ml'):
- /webnn/conformance_tests/dequantizeLinear.https.any.html?npu [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
)- assert_implements(navigator.ml, 'missing navigator.ml'):
FAIL
(Safari:FAIL
)
- assert_implements(navigator.ml, 'missing navigator.ml'):
Tests Disabled in Gecko Infrastructure
- /webnn/conformance_tests/dequantizeLinear.https.any.html?gpu [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
) - /webnn/conformance_tests/dequantizeLinear.https.any.html?cpu [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
) - /webnn/conformance_tests/dequantizeLinear.https.any.html?npu [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
)
Comment 4•20 days ago
|
||
bugherder |
Description
•