commit | e7d8fe22c8c1c87b7459c5b78d7a92a9c0e19f8d | [log] [tgz] |
---|---|---|
author | mingmingtasd <mingming1.xu@intel.com> | Fri Oct 20 01:37:17 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 20 01:37:17 2023 |
tree | af59d9cfdd8fa824c32ed0f3037e8b8510620168 | |
parent | b13d88588a47715f174697bf642f604340b89348 [diff] |
WebNN: Define pad operator in mojo The pad operator inflates the tensor with constant or mirrored values on the edges. This CL moves the validation steps of pad to //components/, implements CreatePadOperation() for creating pad mojo operation and adds operator validation on service side. Bug: 1273291 Change-Id: I569998d76c06c6f47030b157c8ffc270567403f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4940504 Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Reviewed-by: Jiewei Qian <qjw@chromium.org> Reviewed-by: Alex Gough <ajgo@chromium.org> Commit-Queue: Mingming1 Xu <mingming1.xu@intel.com> Cr-Commit-Position: refs/heads/main@{#1212525}
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.