commit | 92eef04584525e50e64f714365898e9b277165e8 | [log] [tgz] |
---|---|---|
author | Ningxin Hu <ningxin.hu@intel.com> | Thu Nov 16 01:52:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 16 01:52:02 2023 |
tree | 8f95c6f14025baaf43f876cdbe211ea3040709d0 | |
parent | 1fe3d4706bf49a97644ab1d00219f984682a74b0 [diff] |
WebNN: Support 0-D scalars This CL fixes the WebNN spec and implementation issue [1] and allows to present a 0-D scalar operand by empty dimensions. This CL also adds test cases for MLGraphBuilder, XNNPACK backend, WebNN service and DirectML backend for 0-D scalar operand. [1]: https://github.com/webmachinelearning/webnn/issues/390 Bug: 1498803, 1273291 Change-Id: Ic30602d6a1cdbe38ca3d384ffb7d8fe053b0a5a7 Cq-Include-Trybots: luci.chromium.try:win11-blink-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029273 Reviewed-by: Jiewei Qian <qjw@chromium.org> Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Commit-Queue: ningxin hu <ningxin.hu@intel.com> Reviewed-by: Weizhong Xia <weizhong@google.com> Cr-Commit-Position: refs/heads/main@{#1225264}
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.