Function Snpe_RuntimeConfig_SetRuntimeList¶
Defined in File RuntimeConfigList.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_RuntimeConfig_SetRuntimeList(Snpe_RuntimeConfig_Handle_t rcHandle, Snpe_RuntimeList_Handle_t rlHandle)¶
Set snpe runtime list into psnpe runtime config.
- Parameters
rcHandle – [in] Handle to access the runtime config.
rlHandle – [in] Handle to access the runtime list.
- Returns
Error code. Ruturns SNPE_SUCCESS if the runtime list added successfully.