commit | 071fdcd3ff18a45f14076e2dcac35c738ee87b1c | [log] [tgz] |
---|---|---|
author | ssid <ssid@chromium.org> | Tue Apr 12 18:04:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 12 18:04:09 2022 |
tree | 1d18e6ba67bfe00cb15415de38ea5bf75254e9cf | |
parent | 23388128578c9aa4a0580faa15f0bb973abaa2a3 [diff] |
Refactor model execution manager and remove deps Remove dependencies on model execution classes and use execution service from all other classes. Split model execution manager into execution bits and model metadata handling parts. This enables execution service to provide API for on-demand execution. No functional change in this cl, should only refactor code and tests. Bug: 1310439 Change-Id: I284e020f631ba011d73c6bde244c478b21a960fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3578365 Reviewed-by: Min Qin <qinmin@chromium.org> Commit-Queue: Siddhartha S <ssid@chromium.org> Cr-Commit-Position: refs/heads/main@{#991614}
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.