Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down