| commit | b4ff1d2c7bd5899e26f928e227e1110c2ce7a12c | [log] [tgz] |
|---|---|---|
| author | Reilly Grant <reillyg@chromium.org> | Thu Jan 23 02:16:58 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 23 02:16:58 2025 |
| tree | f8653d46cc13d9f8f673af650289da8046b3aea8 | |
| parent | 2d80802c0621f0e9928658d0e6d51e976e5c95c0 [diff] |
webnn: Implement tracing for the TFLite backend Copies the design of the trace events recently added to the Core ML backend to the TFLite backend. To reduce overhead the implementation of webnn::ScopedTrace no longer requires a memory allocation to create a substep. Change-Id: I2d62f0fcc111e9914abfba595c88ffc79d19ee59 Bug: 41486052 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6191420 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Reviewed-by: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/main@{#1410067}
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.