commit | 8a8c48939e2e60b73a113cb4fe4974fd2be185dd | [log] [tgz] |
---|---|---|
author | mingmingtasd <mingming1.xu@intel.com> | Fri Nov 24 00:59:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 24 00:59:36 2023 |
tree | d4bf766b1c4fd679b5770e480cd52ce98090e1de | |
parent | 742cb01a0d1ab0ed9fa09c6bd235b61f0bddd56a [diff] |
WebNN: Add the IDL definition of Where operator According to the WebNN spec[1], this CL adds the IDL definition of Where operator which selects the values from the input or the other tensor depending on the corresponding Boolean values of the condition tensor. Some related blink unittests are also added. [1] https://pr-preview.s3.amazonaws.com/webmachinelearning/webnn/pull/478.html#api-mlgraphbuilder-where Bug: 1273291 Change-Id: I93128109ff038313a1cc709564d25ab683c4aa27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039655 Reviewed-by: Jiewei Qian <qjw@chromium.org> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Commit-Queue: Mingming1 Xu <mingming1.xu@intel.com> Cr-Commit-Position: refs/heads/main@{#1228615}
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.