Typedef QnnAipPerfInfrastructure_SetMemoryConfigFn_t

Typedef Documentation

typedef Qnn_ErrorHandle_t (*QnnAipPerfInfrastructure_SetMemoryConfigFn_t)(const QnnAipPerfInfrastructure_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