Function Snpe_RuntimeList_SetRuntime¶
Defined in File RuntimeList.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_RuntimeList_SetRuntime(Snpe_RuntimeList_Handle_t runtimeListHandle, size_t index, Snpe_Runtime_t runtime)¶
Set the Runtime of the list at position index.
- Parameters
runtimeListHandle – [in] : Handle needed to access the runtimeList
index – [in] : position in runtimeList
runtime – [in] : The Runtime to assign to position index
- Returns
SNPE_SUCCESS on success