Function Snpe_PlatformConfig_SetPlatformOptions

Function Documentation

int Snpe_PlatformConfig_SetPlatformOptions(Snpe_PlatformConfig_Handle_t handle, const char *options)

Sets the platform options.

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

  • options[in] : Options as a const char* in the form of “keyword:options”

Returns

1 if options are pass validation; otherwise 0. If false, the options are not updated.