Function Snpe_RuntimeConfig_SetCustomPerfProfile¶
Defined in File RuntimeConfigList.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_RuntimeConfig_SetCustomPerfProfile(Snpe_RuntimeConfig_Handle_t rcHandle, Snpe_SNPEPerfProfile_Handle_t perfProfileHandle)¶
Set the custom performance profile into runtime config.
- Parameters
rcHandle – [in] Handle to access the runtime config.
perfProfileHandle – [in] Handle to access the SNPEPerfProfile.
- Returns
Error code. Ruturns SNPE_SUCCESS if the runtime list added successfully.