Function Snpe_RuntimeList_Add¶
Defined in File RuntimeList.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_RuntimeList_Add(Snpe_RuntimeList_Handle_t runtimeListHandle, Snpe_Runtime_t runtime)¶
Adds runtime to the end of the runtime list order of precedence is former followed by latter entry.
- Parameters
runtimeListHandle – [in] Handle needed to access the runtimeList
runtime – [in] to add
- Returns
Error code. Ruturns SNPE_SUCCESS If the runtime added successfully