|
Snapdragon Neural Processing Engine SDK
Reference Guide
|
Public Member Functions | |
| Runtime (final int ordinal) | |
Public Attributes | |
| CPU =(0) | |
| GPU =(1) | |
| DSP =(2) | |
| GPU_FLOAT16 =(3) | |
| AIP =(5) | |
Target runtime where neural network can be executed.
|
inline |
Select the runtime - CPU, GPU, DSP, GPU_FLOAT16, or AIP
| ordinal | runtime value |
| AIP =(5) |
AIP
| CPU =(0) |
CPU
| DSP =(2) |
DSP with both data storage and math in 8bit tensorflow style fixed point
| GPU =(1) |
GPU with 16 bit data storage and 32 bit math
| GPU_FLOAT16 =(3) |
GPU with 16 bit data storage and 16 bit math