Function Snpe_UserBufferMap_Remove

Function Documentation

Snpe_ErrorCode_t Snpe_UserBufferMap_Remove(Snpe_UserBufferMap_Handle_t handle, const char *name)

Removes a mapping of one UserBuffer and its name by its name.

Parameters
  • handle[in] : Handle to access UserBufferMap

  • name[in] : The name of UserBuffer to be removed

Note

If no UserBuffer with the specified name is found, nothing is done.