0
Files
src/components/language_detection
Nico Weber 59ded6fb48 Fix -Wunused-private-field warnings with new clang in Win/no-dcheck builds
Bug: 383016423
Change-Id: I5c294ba704476528f1f110ad4176beffc8667f0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6089610
Commit-Queue: Arthur Eubanks <aeubanks@google.com>
Reviewed-by: Arthur Eubanks <aeubanks@google.com>
Auto-Submit: Nico Weber <thakis@chromium.org>
Owners-Override: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1394914}
2024-12-11 09:47:24 -08:00
..

- this is the TFLite-based language detection component.

- it is in the process of being extracted from the translate
  component. The code to acquire a model file is still in the
  translate component but will move into this one.