Function Snpe_UserMemoryMap_Remove

Function Documentation

Snpe_ErrorCode_t Snpe_UserMemoryMap_Remove(Snpe_UserMemoryMap_Handle_t handle, const char *name)

Removes a mapping of one Buffer address and its name by its name.

Parameters
  • handle[in] : Handle to access UserMemory Map

  • name[in] : The name of Memory address to be removed

Note

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