commit | a28694b51d5a86ebfedddcfe7e4e646f80c8e70d | [log] [tgz] |
---|---|---|
author | lisa0314 <lisha.guo@intel.com> | Thu Apr 20 03:14:15 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 20 03:14:15 2023 |
tree | d125589234e5d475fee1ed8fb1fbb9c75b40955a | |
parent | ae75cc3c26b297701558c73815d42e5fa206d2ea [diff] |
WebNN: Implement the build method of elu operation This CL implements the elu() method of MLGraphBuilder. The elu can be built and connected with input and output operands. Or it can be built as an MLActivation. This CL also implements the unit tests for both scenarios. Bug: 1273291 Change-Id: I80787eb083a24f8a099b5359fbd1eed44a34d152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4410407 Reviewed-by: Jiewei Qian <qjw@chromium.org> Commit-Queue: Lisha Guo <lisha.guo@intel.com> Cr-Commit-Position: refs/heads/main@{#1132894}
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.