Enum InferenceTargetType
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Specifies the type of target. It's used for running inference backend.
[Obsolete("Deprecated since API8; Will be removed in API10. Please use InferenceTargetDevice instead.")]
public enum InferenceTargetType
Fields
Name | Description |
---|---|
CPU | CPU target |
Custom | Custom target |
GPU | GPU target |