Macros
vpu_plugin_config.hpp File Reference

A header that defines advanced related properties for VPU 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  VPU_CONFIG_KEY(name)   InferenceEngine::VPUConfigParams::_CONFIG_KEY(VPU_##name)
 
#define  VPU_CONFIG_VALUE(name)   InferenceEngine::VPUConfigParams::VPU_##name
 
#define  DECLARE_VPU_CONFIG_KEY(name)   DECLARE_CONFIG_KEY(VPU_##name)
 
#define  DECLARE_VPU_CONFIG_VALUE(name)   DECLARE_CONFIG_VALUE(VPU_##name)
 
#define  VPU_HDDL_CONFIG_KEY(name)   InferenceEngine::VPUConfigParams::_CONFIG_KEY(VPU_HDDL_##name)
 
#define  VPU_HDDL_CONFIG_VALUE(name)   InferenceEngine::VPUConfigParams::VPU_HDDL_##name
 
#define  DECLARE_VPU_HDDL_CONFIG_KEY(name)   DECLARE_CONFIG_KEY(VPU_HDDL_##name)
 
#define  DECLARE_VPU_HDDL_CONFIG_VALUE(name)   DECLARE_CONFIG_VALUE(VPU_HDDL_##name)
 

Detailed Description

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