Enum Runtime_t

Enum Documentation

enum class DlSystem::Runtime_t

Enumeration of supported target runtimes.

Values:

enumerator UNSET = -1

Special value indicating the property is unset.

enumerator CPU_FLOAT32 = 0

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

enumerator CPU = CPU_FLOAT32

Default legacy enum to retain backward compatibility. CPU = CPU_FLOAT32

enumerator GPU_FLOAT32_16_HYBRID = 1

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

enumerator GPU = GPU_FLOAT32_16_HYBRID

Default legacy enum to retain backward compatibility. GPU = GPU_FLOAT32_16_HYBRID

enumerator 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 DSP = DSP_FIXED8_TF

Default legacy enum to retain backward compatibility. DSP = DSP_FIXED8_TF

enumerator GPU_FLOAT16 = 3

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

enumerator 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 AIP_FIXED_TF = AIP_FIXED8_TF
enumerator NUM_RUNTIME_TARGETS

Any new enums should be added above this line.