commit | 6fef6e557005360f028d9962f3f322742c8aadd8 | [log] [tgz] |
---|---|---|
author | Miao Bin <bin.miao@intel.com> | Tue Jan 14 03:00:16 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 14 03:00:16 2025 |
tree | 6a81a992dde3be7439f61e58fd2ed5d73129c7bb | |
parent | cb73a1142c2bed40239671c097b28ffa8dbc4abe [diff] |
WebNN: Support notEqual operator This CL adds IDL and mojo definition of notEqual operator according to the spec issue [1] and implements it on DirectML, CoreML and TFLite backends. This CL also fixes the implementation of element-wise binary in the TFLite backend, where we missed to convert the output of some logical operators (such as equal, greater and lesser etc.) from bool to uint8. [1] https://github.com/webmachinelearning/webnn/issues/375 Bug: 382526991,382527250,382526992 Change-Id: I1c782b030cf80e330f99fc0e6e7649d98c0a33d4 Cq-Include-Trybots: luci.chromium.try:win11-blink-rel, mac14.arm64-blink-rel, mac15.arm64-blink-rel, linux-blink-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6086505 Reviewed-by: Austin Sullivan <asully@chromium.org> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Commit-Queue: Bin Miao <bin.miao@intel.com> Cr-Commit-Position: refs/heads/main@{#1405865}
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.