commit | 0b14c2c6a1367d5afb61e06146c8138bbd35be93 | [log] [tgz] |
---|---|---|
author | Patrick To <patrto@microsoft.com> | Tue Feb 06 01:33:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 06 01:33:59 2024 |
tree | 58b70273c462ff69ecfe4d2061b4006dd82c9617 | |
parent | 0a22a48c8c6512a407fb3d710deb4b74f087ae6b [diff] |
WebNN: Implement l2Pool2d operator in Blink This change implements the ability to build ML graphs with l2Pool2d. l2Pool2d is also added to blink unit tests for pooling operations. Bug: 1273291 Change-Id: Ia03b46292117421f6b6cebf861ced01e3f419d7e Cq-Include-Trybots: luci.chromium.try:win11-blink-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5249147 Reviewed-by: Alex Gough <ajgo@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Cr-Commit-Position: refs/heads/main@{#1256538}
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.