Function Snpe_RuntimeList_Remove¶
Defined in File RuntimeList.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_RuntimeList_Remove(Snpe_RuntimeList_Handle_t runtimeListHandle, Snpe_Runtime_t runtime)¶
Removes the runtime from the list.
- Parameters
runtimeListHandle – [in] Handle needed to access the runtimeList
runtime – [in] to be removed
- Returns
Error code. Ruturns SNPE_SUCCESS If the runtime removed successfully