Function Snpe_RuntimeConfigList_PushBack

Function Documentation

Snpe_ErrorCode_t Snpe_RuntimeConfigList_PushBack(Snpe_RuntimeConfigList_Handle_t rclHandle, Snpe_RuntimeConfig_Handle_t rcHandle)

Push runtime config into runtime config list.

Parameters
  • rclHandle[in] Handle to access the runtime config list.

  • rcHandle[in] Handle to access the runtime config.

Returns

Error code. Returns SNPE_SUCCESS if runtime config pushed successfully.