commit | 08f4050930f6900b1909b8d39b1033ebf070c6dc | [log] [tgz] |
---|---|---|
author | Maria Kazinova <kazinova@google.com> | Thu Nov 07 18:05:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 07 18:05:07 2024 |
tree | 648256ca67d081b02150da8d5f13e45a1df1767a | |
parent | bbe8886e050ea20cf807fe9029389aaabd490bfb [diff] |
[Passwords, Autofill] Allow encoding more input parameters. This CL allows to encode more input features for field classification models, such as: - Additional field feature: form control type. - Form level features: button titles, form name and id attributes, the url path. The features need to be specified in the model metadata. This CL is limited to Encoder changes only, tests for the ModelHandler with a supported tflite file will be added in a follow-up CL. Bug: 371933424 Change-Id: I3b71c8e553b66e69da305dbbba282ec8d7722843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5982554 Reviewed-by: Dominic Battré <battre@chromium.org> Reviewed-by: Sophie Chang <sophiechang@chromium.org> Commit-Queue: Maria Kazinova <kazinova@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1379795}
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.