WebIDLpedia

MLContextOptions dictionary

Definition

Web Neural Network API defines MLContextOptions



dictionary MLContextOptions {
  MLDeviceType deviceType = "cpu";
  MLPowerPreference powerPreference = "default";
};

Referring IDL interfaces/dictionaries