Reland "webnn: Enable kokoro_82m_v1_fp16 model on TFLite backend" - #55411
Merged
Conversation
chromium-wpt-export-bot
marked this pull request as ready for review
October 15, 2025 21:18
This is a reland of commit I33eae7f3e81e8f2efac0cbe49627acabf58bed97 This reland updates baseline on mac platform for failed test https://ci.chromium.org/b/8701302412868775361. Original change's description: > webnn: Enable kokoro_82m_v1_fp16 model on TFLite backend > > The squeeze[1] will output {640} shape tensor if batchSize is 1, the > output tensor will matmul tensor {640, 256}, but the a and b operand > of WebNN matmul[2] are at least 2-D, so remove specific size 1 > dimensions at 0 axis with squeeze_dims option. > > [1] https://source.chromium.org/chromium/chromium/src/+/main:services/webnn/tflite/graph_builder_tflite.cc;l=5699?q=SerializeSubGraphSliceSqueeze&ss=chromium%2Fchromium%2Fsrc > [2] https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul > > Bug: 446545294 > Change-Id: I33eae7f3e81e8f2efac0cbe49627acabf58bed97 > Reviewed-on: https://chromium-> review.googlesource.com/c/chromium/src/+/6993849 > Reviewed-by: ningxin hu <ningxin.hu@intel.com> > Commit-Queue: Junwei Fu <junwei.fu@intel.com> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1528547} Bug: 446545294 Change-Id: I161d2dad26fb6c9671ca08ab0b3614e5128664c2 Include-Ci-Only-Tests: chromium.mac:mac14-arm64-rel-tests|blink_wpt_tests Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7034401 Commit-Queue: Phillis Tang <phillis@chromium.org> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Reviewed-by: Phillis Tang <phillis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1530443}
chromium-wpt-export-bot
force-pushed
the
chromium-export-cl-7034401
branch
from
October 15, 2025 21:18
f1bc82b to
8ff9c84
Compare
wpt-pr-bot
approved these changes
Oct 15, 2025
wpt-pr-bot
left a comment
Collaborator
There was a problem hiding this comment.
The review process for this patch is being conducted in the Chromium project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a reland of commit I33eae7f3e81e8f2efac0cbe49627acabf58bed97
This reland updates baseline on mac platform for failed test
https://ci.chromium.org/b/8701302412868775361.
Original change's description:
Bug: 446545294
Change-Id: I161d2dad26fb6c9671ca08ab0b3614e5128664c2
Include-Ci-Only-Tests: chromium.mac:mac14-arm64-rel-tests|blink_wpt_tests
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7034401
Commit-Queue: Phillis Tang <phillis@chromium.org>
Reviewed-by: ningxin hu <ningxin.hu@intel.com>
Reviewed-by: Phillis Tang <phillis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1530443}