Macros | Functions
multi_device_config.hpp File Reference

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

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

Go to the source code of this file.

Macros

#define MULTI_CONFIG_KEY(name)   InferenceEngine::MultiDeviceConfigParams::_CONFIG_KEY(MULTI_##name)
 
#define DECLARE_MULTI_CONFIG_KEY(name)   DECLARE_CONFIG_KEY(MULTI_##name)
 
#define DECLARE_MULTI_CONFIG_VALUE(name)   DECLARE_CONFIG_VALUE(MULTI_##name)
 

Functions

 InferenceEngine::MultiDeviceConfigParams::DECLARE_CONFIG_KEY (MULTI_DEVICE_PRIORITIES)
 Device Priorities config option, with comma-separated devices listed in the desired priority.
 

Detailed Description

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