commit | 646df0f4c99a655584fed6060c693fbffdf81991 | [log] [tgz] |
---|---|---|
author | ritikagup <ritikagup@google.com> | Wed Nov 23 00:13:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 23 00:13:09 2022 |
tree | 768b4ca5dd46fb5d99415c7e33c13edab045c544 | |
parent | 655a7e32a8e73e1a87aa5a614ea8c219326b1234 [diff] |
Adding OutputConfig to ModelMetadata and PredictionResult OutputConfig specifies what the output contains and how it should be interpreted.For the multi output model, clients specify OutputConfig in metadata.For supplying back the results to client, OutputConfig is added in PredictionResult as well. Change-Id: If9a1374f6a1f3f88b1c5f089530fce9ca38c75d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4039901 Reviewed-by: Siddhartha S <ssid@chromium.org> Commit-Queue: Ritika Gupta <ritikagup@google.com> Reviewed-by: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1074962}
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.