targetDevice property
Identifies the target device or the machine learning instance that you want
to run your model on after the compilation has completed. Alternatively, you
can specify OS, architecture, and accelerator using TargetPlatform
fields. It can be used instead of TargetPlatform
.
Implementation
final TargetDevice? targetDevice;