File QnnCpuCommon.h

Parent directory (include/QNN/CPU)

QNN CPU Common components.

Definition (include/QNN/CPU/QnnCpuCommon.h)

Detailed Description

This file defines versioning and other identification details and supplements QnnCommon.h for CPU backend

Includes

Full File Listing

QNN CPU Common components.

   This file defines versioning and other identification details
   and supplements QnnCommon.h for CPU backend

Defines

QNN_BACKEND_ID_CPU 3

CPU Backend identifier.

QNN_CPU_INTERFACE_PROVIDER_NAME "CPU_QTI_AISW"

CPU interface provider.

QNN_CPU_API_VERSION_MAJOR 1
QNN_CPU_API_VERSION_MINOR 1
QNN_CPU_API_VERSION_PATCH 0
QNN_CPU_API_VERSION_INIT

{                                                              \

{                                                            \

QNN_API_VERSION_MAJOR,     /*coreApiVersion.major*/        \       QNN_API_VERSION_MINOR,     /*coreApiVersion.major*/        \       QNN_API_VERSION_PATCH

/*coreApiVersion.major*/        \

},                                                           \

{                                                            \

QNN_CPU_API_VERSION_MAJOR, /*backendApiVersion.major*/     \       QNN_CPU_API_VERSION_MINOR, /*backendApiVersion.minor*/     \       QNN_CPU_API_VERSION_PATCH

/*backendApiVersion.patch*/     \

}                                                            \

}


Macro to set Qnn_ApiVersion_t for CPU backend.