Macros
ie_plugin_config.hpp File Reference

a header for advanced hardware related properties for clDNN plugin To use in SetConfig() method of plugins More...

#include <string>

Go to the source code of this file.

Macros

#define  CONFIG_KEY(name)   InferenceEngine::PluginConfigParams::_CONFIG_KEY(name)
  shortcut for defining configuration keys
 
#define  _CONFIG_KEY(name)   KEY_##name
 
#define  DECLARE_CONFIG_KEY(name)   static constexpr auto _CONFIG_KEY(name) = #name
 
#define  CONFIG_VALUE(name)   InferenceEngine::PluginConfigParams::name
  shortcut for defining configuration values
 
#define  DECLARE_CONFIG_VALUE(name)   static constexpr auto name = #name
 

Detailed Description

a header for advanced hardware related properties for clDNN plugin To use in SetConfig() method of plugins

a header for advanced hardware related properties for IE plugins To use in SetConfig() method of plugins LoadNetwork() method overloads that accept config as parameter