File QnnAipCommon.h¶
↰ Parent directory (include/QNN/AIP)
QNN AIP Common components.
Contents
Definition (include/QNN/AIP/QnnAipCommon.h)¶
Detailed Description¶
This file defines versioning and other identification details and supplements QnnCommon.h for AIP backend
Includes¶
QnnCommon.h(File QnnCommon.h)
Defines¶
Full File Listing¶
QNN AIP Common components.
This file defines versioning and other identification details
and supplements QnnCommon.h for AIP backend
Defines
-
QNN_BACKEND_ID_AIP 15
AIP Backend identifier.
-
QNN_AIP_INTERFACE_PROVIDER_NAME "AIP_QTI_AISW"
AIP interface provider.
-
QNN_AIP_API_VERSION_MAJOR 1
-
QNN_AIP_API_VERSION_MINOR 0
-
QNN_AIP_API_VERSION_PATCH 0
-
QNN_AIP_API_VERSION_INIT
{ \
{ \
QNN_API_VERSION_MAJOR, /*coreApiVersion.major*/ \ QNN_API_VERSION_MINOR, /*coreApiVersion.major*/ \ QNN_API_VERSION_PATCH/*coreApiVersion.major*/ \
}, \
{ \
QNN_AIP_API_VERSION_MAJOR, /*backendApiVersion.major*/ \ QNN_AIP_API_VERSION_MINOR, /*backendApiVersion.minor*/ \ QNN_AIP_API_VERSION_PATCH/*backendApiVersion.patch*/ \
} \
}
Macro to set Qnn_ApiVersion_t for AIP backend.
-
QNN_AIP_BINARY_VERSION_MAJOR 1
-
QNN_AIP_BINARY_VERSION_MINOR 0
-
QNN_AIP_BINARY_VERSION_PATCH 0
-
QNN_AIP_CONTEXT_BLOB_VERSION_MAJOR 1
-
QNN_AIP_CONTEXT_BLOB_VERSION_MINOR 0
-
QNN_AIP_CONTEXT_BLOB_VERSION_PATCH 0