commit | c40a22747cab7d9629f304ebbec6d9c727730cf3 | [log] [tgz] |
---|---|---|
author | lisa0314 <lisha.guo@intel.com> | Thu Jul 04 01:14:05 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 04 01:14:05 2024 |
tree | a150b6a922054971e321391add56c9d5102ddd9a | |
parent | 84b4bde83703be4cac5257cbdfffc957f1b06719 [diff] |
WebNN: Ensure elementwise-bit-and op inputs having the same data type When input data type is float16 for triangular, we need to create a constant mask with uint16 data type. However, WebNN spec doesn't define uint16 currently. A float16 constant mask is created instead. This CL overrides the data type of the mask tensor to the data type that DirectML elementwise-bit-and operator supports. Bug: 349529654 Change-Id: I96c4ef4c71862275e01ce56c7a1ec6763e8a9e02 Cq-Include-Trybots: luci.chromium.try:win11-blink-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5657215 Reviewed-by: ningxin hu <ningxin.hu@intel.com> Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Commit-Queue: Lisha Guo <lisha.guo@intel.com> Cr-Commit-Position: refs/heads/main@{#1323124}
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.