Namespaces | Macros
myriad_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 "ie_api.h"
#include "ie_plugin_config.hpp"

Go to the source code of this file.

Namespaces

 InferenceEngine
 Inference Engine C++ API.
 
 InferenceEngine::VPUConfigParams
 VPU plugin configuration.
 

Macros

#define VPU_MYRIAD_CONFIG_KEY(name)   InferenceEngine::VPUConfigParams::_CONFIG_KEY(VPU_MYRIAD_##name)
 Shortcut for defining VPU MYRIAD configuration key.
 
#define VPU_MYRIAD_CONFIG_VALUE(name)   InferenceEngine::VPUConfigParams::VPU_MYRIAD_##name
 Shortcut for defining VPU MYRIAD configuration value.
 

Detailed Description

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

Deprecated:
Use vpu/myriad_config.hpp instead.