Function Snpe_IOBufferDataTypeMap_Find

Function Documentation

int Snpe_IOBufferDataTypeMap_Find(Snpe_IOBufferDataTypeMap_Handle_t handle, const char *name)

Checks the existence of the named buffer in the map.

Parameters
  • handle[in] : Handle to access the IOBufferDataType map

  • name[in] : The name of the buffer

Returns

1 if the named buffer exists, 0 otherwise.