commit | 2328379da9da2ab29687992fe8555b9d09270078 | [log] [tgz] |
---|---|---|
author | Phillis Tang <phillis@chromium.org> | Wed Feb 12 00:12:14 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 12 00:12:14 2025 |
tree | ae667b736672778cabee6b0935abf4b620948d27 | |
parent | 2b4ed129fb93ad27ea649976faf8586816415b81 [diff] |
webnn: simplify coreml weight serialization Encapsulate more logic in WeightsFileHandle. For immediate weights value, just always embed the bytes in current operation block instead of creating a `const` op for simplicity. Change-Id: Icfe3cf389f4b3266f31d71fde055b2505a7fc52b Bug: 41481333 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6253873 Commit-Queue: Phillis Tang <phillis@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1418981}
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.