Configuration
class MLEdgeModel.Configuration
The Configuration
type provides the ability to customize how edge models are created and executed on the local device.
Creating the Model Configuration
The Configuration
defines a trivial constructor.
Specifying the Compute Target
The computeTarget
is used to specify the compute target that will be used to accelerate model predictions:
Compute Target
Specifying the Compute Device
On systems with multiple GPU's, the model data allows for specifying the preferred compute device for accelerating model predictions.
The computeDevice
is exposed as an opaque pointer to a platform-specific type:
Last updated
Was this helpful?