Enum QnnLpaiBackend_Target_t

Enum Documentation

enum QnnLpaiBackend_Target_t

An enum which defines the different targets supported by LPAI compilation.

Values:

enumerator QNN_LPAI_BACKEND_TARGET_X86 = 0

LPAI model will be compiled for x86.

enumerator QNN_LPAI_BACKEND_TARGET_ARM = 1

LPAI model will be compiled for ARM.

enumerator QNN_LPAI_BACKEND_TARGET_ADSP = 2

LPAI model will be compiled for ADSP.

enumerator QNN_LPAI_BACKEND_TARGET_TENSILICA = 3

LPAI model will be compiled for TENSILICA.

enumerator QNN_LPAI_BACKEND_TARGET_UNKNOWN = 0x7fffffff

UNKNOWN enum event that must not be used.