[wpt-sync] Sync PR 47401 - webnn: fix issue in assertResultsEquals() method for conformance tests
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox131 fixed)
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
621.19 KB,
text/plain
|
Details |
Sync web-platform-tests PR 47401 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47401
Details from upstream follow.
BruceDai <feng.dai@intel.com> wrote:
webnn: fix issue in assertResultsEquals() method for conformance tests
This CL is to update
assertResultsEquals()method to correctly use
descriptor.dataTypeto get expecteddataType, and use
descriptor.dimensionsto get expecteddimensions, since now the
expected outputs are ofMap\<String, {data: Array.\<Number>|Number, descriptor: MLOperandDescriptor}>.And this CL also updated some relevant expected result files based on
this fixing.Bug: 355577219
Change-Id: I8a53af8a275d68e59b7cd0f37ca6764da6aec5e4
Cq-Include-Trybots: luci.chromium.try:win11-blink-rel,mac14-blink-rel,mac14.arm64-blink-relReviewed-on: https://chromium-review.googlesource.com/5743754
WPT-Export-Revision: b2f56530e0b8d32914ecd5b4dac802039b8735c0
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Comment 4•2 years ago
|
||
| bugherder | ||
Description
•