commit | b0547f288643ed626ea9c85689b8e3ee61c70b67 | [log] [tgz] |
---|---|---|
author | Ningxin Hu <ningxin.hu@intel.com> | Wed Jan 18 11:38:40 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 18 11:38:40 2023 |
tree | dddf586e650d0217367df0e79604f89f42b3b66e | |
parent | 277988a56d4cd88a0650f947b5f7c736eab34ad0 [diff] |
WebNN: Implement WebNN spec bug fix for unsigned integer attributes This CL implements the WebNN spec changes [1] and [2] that fix the data type of attributes for MLConv2dOptions, MLPool2dOptions and MLResample2dOptions by using unsigned integers instead of signed integers. For those attributes, the negative values are not meaningful. The MLGraphBuilder, MLGraphBuilderTest and MLGraphXnnpack are updated according to this IDL change. [1]: https://github.com/webmachinelearning/webnn/pull/294 [2]: https://github.com/webmachinelearning/webnn/pull/306 Bug: 1273291 Change-Id: Ic7aa42ff20676b959695e66608d3254ce368c7e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4164044 Reviewed-by: Jiewei Qian <qjw@chromium.org> Commit-Queue: ningxin hu <ningxin.hu@intel.com> Cr-Commit-Position: refs/heads/main@{#1093807}
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.