Function Snpe_TensorMap_Remove¶
Defined in File TensorMap.h
Function Documentation¶
-
void Snpe_TensorMap_Remove(Snpe_TensorMap_Handle_t handle, const char *name)¶
Removes a mapping of tensor and its name by its name.
- Parameters
handle – [in] : Handle to tensorMap
name – [in] : The name of tensor to be removed
Note
If no tensor with the specified name is found, nothing is done.