Macros | Functions
hetero_plugin_config.hpp File Reference

A header that defines advanced related properties for Heterogeneous plugins. These properties should be used in SetConfig() and LoadNetwork() methods of plugins. More...

#include <string>
#include "ie_plugin_config.hpp"

Go to the source code of this file.

Macros

#define  HETERO_CONFIG_KEY(name)   InferenceEngine::HeteroConfigParams::_CONFIG_KEY(HETERO_##name)
 
#define  DECLARE_HETERO_CONFIG_KEY(name)   DECLARE_CONFIG_KEY(HETERO_##name)
 
#define  DECLARE_HETERO_CONFIG_VALUE(name)   DECLARE_CONFIG_VALUE(HETERO_##name)
 

Functions

  InferenceEngine::HeteroConfigParams::DECLARE_CONFIG_KEY (HETERO_DUMP_GRAPH_DOT)
  The key for enabling of dumping the topology with details of layers and details how this network would be executed on different devices to the disk in GraphViz format. This option should be used with values: CONFIG_VALUE(NO) (default) or CONFIG_VALUE(YES)
 
  InferenceEngine::HeteroConfigParams::DECLARE_CONFIG_KEY (HETERO_DUMP_DLA_MESSAGES)
 

Detailed Description

A header that defines advanced related properties for Heterogeneous plugins. These properties should be used in SetConfig() and LoadNetwork() methods of plugins.