Enum Snpe_Runtime_t

Enum Documentation

enum Snpe_Runtime_t

Enumeration of supported target runtimes.

Values:

enumerator SNPE_RUNTIME_UNSET = -1

Special value indicating the property is unset.

enumerator SNPE_RUNTIME_CPU_FLOAT32 = 0

Run the processing on Snapdragon CPU. Data: float 32bit Math: float 32bit

enumerator SNPE_RUNTIME_CPU = SNPE_RUNTIME_CPU_FLOAT32

Default legacy enum to retain backward compatibility. CPU = CPU_FLOAT32

enumerator SNPE_RUNTIME_GPU_FLOAT32_16_HYBRID = 1

Run the processing on the Adreno GPU. Data: float 16bit Math: float 32bit

enumerator SNPE_RUNTIME_GPU = SNPE_RUNTIME_GPU_FLOAT32_16_HYBRID

Default legacy enum to retain backward compatibility. GPU = GPU_FLOAT32_16_HYBRID

enumerator SNPE_RUNTIME_DSP_FIXED8_TF = 2

Run the processing on the Hexagon DSP. Data: 8bit fixed point Tensorflow style format Math: 8bit fixed point Tensorflow style format

enumerator SNPE_RUNTIME_DSP = SNPE_RUNTIME_DSP_FIXED8_TF

Default legacy enum to retain backward compatibility. DSP = DSP_FIXED8_TF

enumerator SNPE_RUNTIME_GPU_FLOAT16 = 3

Run the processing on the Adreno GPU. Data: float 16bit Math: float 16bit

enumerator SNPE_RUNTIME_AIP_FIXED8_TF = 5

Run the processing on Snapdragon AIX+HVX. Data: 8bit fixed point Tensorflow style format Math: 8bit fixed point Tensorflow style format

enumerator SNPE_RUNTIME_AIP_FIXED_TF = SNPE_RUNTIME_AIP_FIXED8_TF