commit | 08523bfab9b95222a59c29fb2cda72843689b771 | [log] [tgz] |
---|---|---|
author | sushraja <sushraja@microsoft.com> | Wed Apr 10 18:31:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 10 18:31:31 2024 |
tree | cf4deb8d46a922c7879ae8c75d38a99c9b42380b | |
parent | 3499f734384ef2c831513eb6961792a89342f9bb [diff] |
WebNN:CoreML: Add debug option to persist generated model files This change adds a command line switch --webnn-coreml-dump-model to allow Chromium developers to persist the generated .mlmodel and compiled model files for debugging purposes. Usage --no-sandbox --webnn-coreml-dump-model=/tmp/CoreMLModels. Bug: 41495241 Change-Id: Idfee17442a88acd91011473f6ce9833acfb44cab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5334043 Reviewed-by: Phillis Tang <phillis@chromium.org> Commit-Queue: Sushanth Rajasankar <Sushraja@microsoft.com> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1285282}
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.