commit | 07d9695ebcbe87f7704e609d7c4e5ad21ca1a5d6 | [log] [tgz] |
---|---|---|
author | Austin Sullivan <asully@chromium.org> | Thu Jun 27 23:58:53 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 27 23:58:53 2024 |
tree | fa3d9f2f1c440d9d9ea3257246ce70363cc4a445 | |
parent | b792b8462f839a35b35dbac0a839533b57107d81 [diff] |
webnn: Clearly separate background work when creating a CoreML graph Refactors graph creation to more clearly encapsulate work which happens on a background thread from the work which happens on the original sequence This refactoring will make it easier to plumb a WebNNContextImpl to the created GraphImplCoreml instance. See https://crrev.com/c/5662756 Cq-Include-Trybots: luci.chromium.try:mac14-blink-rel,mac14.arm64-blink-rel Bug: 333188631 Change-Id: I2a810240760e12eed7d6f02184ee526a1cc7a71e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5662757 Reviewed-by: Phillis Tang <phillis@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/main@{#1320718}
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.