tree: b9445f02cfc9655145c38a9184133b8cc3161a35 [path history] [tgz]
  1. BUILD.gn
  2. chrome_ml.cc
  3. chrome_ml.h
  4. chrome_ml_api.h
  5. on_device_model_executor.cc
  6. on_device_model_executor.h
  7. README.md
  8. utils.cc
  9. utils.h
services/on_device_model/ml/README.md

This directory defines the Chrome-facing interface to the ChromeML shared library, along with client-side types to simplify its usage.

Chrome may statically link against code in this directory, and code here may depend on other parts of the Chromium tree (e.g. //base).

Code here may NOT depend on anything else in //components/optimization_guide/internal, except indirectly through the ChromeMLAPI boundary.