commit | b39ef974096dd9ca6799b0677c97df446cfc8abd | [log] [tgz] |
---|---|---|
author | Austin Sullivan <asully@chromium.org> | Fri Aug 02 00:20:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 02 00:20:22 2024 |
tree | 73de7bf3ce45d4c57ec7896e20b6067552ca78ac | |
parent | 641613237bdb3818cc59a19720855c39d8f4b637 [diff] |
webnn: Throw TypeError if MLBuffer type is not supported by backend Previously threw NotSupportedError. This now matches the errors thrown by MLGraphBuilder operand builders methods and moves the checks to the renderer Bug: 333392274 Change-Id: Ic2b73ae6c95d9326fe034725076f8dc7f6e1d0b6 Cq-Include-Trybots: luci.chromium.try:mac14-blink-rel,mac14.arm64-blink-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5753043 Reviewed-by: Phillis Tang <phillis@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/main@{#1336357}
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.