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 <vector>
#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)
 The bool key to define whether information messages with a reason are printed in case the layer is unsupported by DLA. More...
 

Detailed Description

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

Function Documentation

§ DECLARE_CONFIG_KEY()

InferenceEngine::HeteroConfigParams::DECLARE_CONFIG_KEY ( HETERO_DUMP_DLA_MESSAGES  )

The bool key to define whether information messages with a reason are printed in case the layer is unsupported by DLA.

Deprecated:
Use DLIA_CONFIG_KEY(DUMP_SUPPORTED_LAYERS_INFORMATION) FPGA configuration boolean key instead