commit | 443585006354f9cf456f809f1a9647abca3b8a50 | [log] [tgz] |
---|---|---|
author | junwei <junwei.fu@intel.com> | Tue Aug 29 12:29:42 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 29 12:29:42 2023 |
tree | 06eba9dd9b77a5fe5f9080b8e45730862036f811 | |
parent | 12019ad89774599943572c05aa1bdbac2433891e [diff] |
WebNN: Define conv2d operator in mojo The conv2d [1] is to compute a 2-D convolution given 4-D input and filter tensors. Validate the conv2d operator with converting the attributes from mojo to component library type and add unit tests to verify to the graph from renderer process. [1] https://www.w3.org/TR/webnn/#api-mlgraphbuilder-conv2d Bug: 1273291 Change-Id: Ibf0ef309a1b4e1de575669093fd480bef5c57ba3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4653303 Reviewed-by: Jiewei Qian <qjw@chromium.org> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Commit-Queue: Junwei Fu <junwei.fu@intel.com> Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Reviewed-by: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1189467}
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.