File QnnAipDevice.h¶
↰ Parent directory (include/QNN/AIP)
QNN AIP component Device API.
Contents
Definition (include/QNN/AIP/QnnAipDevice.h)¶
Detailed Description¶
The interfaces in this file work with the top level QNN API and supplements QnnDevice.h for DSP backend
Includes¶
QnnAipPerfInfrastructure.h(File QnnAipPerfInfrastructure.h)QnnDevice.h(File QnnDevice.h)
Full File Listing¶
QNN AIP component Device API.
The interfaces in this file work with the top level QNN
API and supplements QnnDevice.h for DSP backend
Defines
-
QNN_AIP_DEVICE_INFRASTRUCTURE_INIT
{ \
NULL, /*createPowerConfigId*/ \
NULL, /*destroyPowerConfigId*/ \
NULL, /*setPowerConfig*/ \
NULL, /*setMemoryConfig*/ \
NULL /*setThreadConfig*/ \
}
Typedefs
-
typedef struct _QnnDevice_Infrastructure_t QnnAipDevice_Infrastructure_t¶
-
struct _QnnDevice_Infrastructure_t
- #include <QnnAipDevice.h>
Public Members
-
QnnAipPerfInfrastructure_CreatePowerConfigIdFn_t createPowerConfigId
-
QnnAipPerfInfrastructure_DestroyPowerConfigIdFn_t destroyPowerConfigId
-
QnnAipPerfInfrastructure_SetPowerConfigFn_t setPowerConfig
-
QnnAipPerfInfrastructure_SetMemoryConfigFn_t setMemoryConfig
-
QnnAipPerfInfrastructure_SetThreadConfigFn_t setThreadConfig
-
QnnAipPerfInfrastructure_CreatePowerConfigIdFn_t createPowerConfigId