diff --git a/index.bs b/index.bs index e6c8ba0..cc60d00 100644 --- a/index.bs +++ b/index.bs @@ -40,11 +40,14 @@ API {#api} enum MLModelFormat { "tflite" }; enum MLDevicePreference { + "default", "gpu", "cpu" }; enum MLPowerPreference { + // Let the user agent select the most suitable behavior. + "default", // Prioritizes execution speed over power consumption. "high-performance", // Prioritizes power consumption over other considerations such as execution