Function Snpe_PlatformConfig_RemovePlatformOptionValue

Function Documentation

int Snpe_PlatformConfig_RemovePlatformOptionValue(Snpe_PlatformConfig_Handle_t handle, const char *optionName, const char *value)

Removes the platform options.

Parameters
  • handle[in] : Handle needed to access the platformConfig

  • optionName[in] : Name of platform options”

  • value[in] : Value of specified optionName

Returns

If 1, removed “optionName:value” to platform options if optionName don’t exist, do nothing. If 0, the platform options will not be changed.