Variable InferenceModeConst
InferenceMode: {
ONLY_IN_CLOUD: "only_in_cloud";
ONLY_ON_DEVICE: "only_on_device";
PREFER_ON_DEVICE: "prefer_on_device";
} = ...
Type Declaration
ReadonlyONLY_IN_CLOUD: "only_in_cloud"
ReadonlyONLY_ON_DEVICE: "only_on_device"
ReadonlyPREFER_ON_DEVICE: "prefer_on_device"
(EXPERIMENTAL) Determines whether inference happens on-device or in-cloud.