setGpuExcludedModules

public final void setGpuExcludedModules(Array<String> value)

Internal denylist of Vision capacity names that must run on the CPU even when would otherwise put them on the GPU. Holds the models that don't (yet) work on the WebGPU execution provider; remove a name once its GPU path is fixed and validated. Hidden from the public settings schema. The values are capacity Names (e.g. "InferencePicture").

Parameters

value

The value to set for the GpuExcludedModules property.