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>
#include <tuple>
#include <vector>

Go to the source code of this file.

Macros

#define  METRIC_KEY(name)   InferenceEngine::Metrics::METRIC_##name
  shortcut for defining common Inference Engine metrics
 
#define  EXEC_NETWORK_METRIC_KEY(name)   METRIC_KEY(name)
  shortcut for defining common Inference Engine ExecutableNetwork metrics
 
#define  METRIC_VALUE(name)   InferenceEngine::Metrics::name
  shortcut for defining metric values
 
#define  CONFIG_KEY(name)   InferenceEngine::PluginConfigParams::_CONFIG_KEY(name)
  shortcut for defining configuration keys
 
#define  CONFIG_VALUE(name)   InferenceEngine::PluginConfigParams::name
  shortcut for defining configuration values
 

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