commit | 198b66403652e4d898e599bf372cd3e7b151beb7 | [log] [tgz] |
---|---|---|
author | Wei Wang <wei4.wang@intel.com> | Mon Jun 16 08:02:43 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 08:02:43 2025 |
tree | 4e91132e0538dcac4f7a9aff3bf84a72638120c9 | |
parent | 5d2624d50773ecc364c4171e81506d2d4becb362 [diff] |
[WebNN] Fuse QDQ for emulated clamp on tflite This CL supports fusing `dq->max->min->q` subgraph for emulated clamp on tflite. Input and output operands have to be dequantized from ints8. Input and output must all have same scale and zero_point. Besides the max value and min value should be quantized to the same data type of input to meet the requirements of QDQ fusion and get the correct results. Bug: 401281047, 421933197 Change-Id: I15f8c8fa39118e799f156f5100010197522c3b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6639842 Reviewed-by: Phillis Tang <phillis@chromium.org> Commit-Queue: Wei4 Wang <wei4.wang@intel.com> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Cr-Commit-Position: refs/heads/main@{#1474191}
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.