Namespaces | 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 "vpu/myriad_plugin_config.hpp"
#include "vpu/hddl_plugin_config.hpp"
#include "ie_api.h"

Go to the source code of this file.

Namespaces

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

Macros

#define VPU_CONFIG_KEY(name)   InferenceEngine::VPUConfigParams::_CONFIG_KEY(VPU_##name)
 
#define VPU_CONFIG_VALUE(name)   InferenceEngine::VPUConfigParams::VPU_##name
 
#define VPU_METRIC(name)   METRIC_KEY(VPU_##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.

Deprecated:
Use vpu/myriad_config.hpp or vpu/hddl_config.hpp instead.