Enum HWType
Definition
- Namespace:
- Tizen.MachineLearning.Inference
- Assembly:
- Tizen.MachineLearning.Inference.dll
- API Level:
- 6
Types of hardware resources to be used for NNFWs. Note that if the affinity (nnn) is not supported by the driver or hardware, it is ignored.
C#Copypublic enum HWType : int
Name | Description |
---|---|
Any | Hardware resource is not specified. |
Auto | Try to schedule and optimize if possible. |
CPU | Any CPU if possible. |
CPUNeon | NEON in CPU. |
CPUSIMD | SIMD in CPU if possible. <since_tizen> 8 </since_tizen> |
GPU | Any GPU if possible. |
NPU | Any NPU if possible. |
NPUEdgeTPU | Google Coral Edge TPU (USB). |
NPUMovidius | Intel Movidius Stick. |
NPUSLSI | Samsung S.LSI NPU |
NPUSR | Any SR (Samsung Research) made NPU. |
NPUVivante | VeriSilicon's Vivante. |