commit | 3599a69c7c995ede857879dd7d6647ccda404fdc | [log] [tgz] |
---|---|---|
author | Miao Bin <bin.miao@intel.com> | Fri Mar 10 07:19:18 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 10 07:19:18 2023 |
tree | 6b902da125072f55cfba7f6d8c52a833e9f3262d | |
parent | e1fb8f686c4d7105bdf0511aa5a1deabe95c327b [diff] |
WebNN: Fix axis of concat MLOperator according to WebNN spec This CL implements the WebNN spec change [1] that changes axis of concat MLOperator to be an unsigned integer. The MLGraphBuilder and MLGraphBuilderTest are also updated according to this IDL change. [1]: https://github.com/webmachinelearning/webnn/pull/359 Bug: 1273291 Change-Id: I519a070e6b2fed78cecc736004895c67bda9c785 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4328150 Commit-Queue: Bin Miao <bin.miao@intel.com> Reviewed-by: Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/main@{#1115579}
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.