commit | 6e70e57f8617bd6a67839af572f91ae666f6b0c3 | [log] [tgz] |
---|---|---|
author | Reilly Grant <reillyg@chromium.org> | Wed Jun 04 23:31:54 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 04 23:31:54 2025 |
tree | e0319ee47c587ebe757f5e43b27292035c05238f | |
parent | 3b3755048914781543f36073594d129e890835bf [diff] |
webnn: Only use DEQUANTIZE for constants After more experience with various delegates we've found that the DEQUANTIZE operator should only be used when converting float16 weights to float32. Inputs and intermediate tensors should use a normal CAST. Change-Id: I5faba019a93e98cfd5dff0be028b875014baa7f4 Bug: 394119734 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6619108 Reviewed-by: Phillis Tang <phillis@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1469687}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.