Typedef QnnDspPerfInfrastructure_SetMemoryConfigFn_t¶
Defined in File QnnDspPerfInfrastructure.h
Typedef Documentation¶
-
typedef Qnn_ErrorHandle_t (*QnnDspPerfInfrastructure_SetMemoryConfigFn_t)(const QnnDspPerfInfrastructure_MemoryConfig_t **config)¶
This API allows clients to set up configuration associated with system memory.
- Param config
[in] Pointer to a NULL terminated array of config option for system memory configuration. NULL is allowed and indicates no config options are provided.
- Return
Error code
QNN_SUCCESS: No error encountered