Namespaces | Macros
hddl_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::Metrics
 Metrics
 
 InferenceEngine::VPUConfigParams
 VPU plugin configuration.
 

Macros

#define VPU_HDDL_CONFIG_KEY(name)   InferenceEngine::VPUConfigParams::_CONFIG_KEY(VPU_HDDL_##name)
 Shortcut for defining VPU HDDL configuration key.
 
#define VPU_HDDL_CONFIG_VALUE(name)   InferenceEngine::VPUConfigParams::VPU_HDDL_##name
 Shortcut for defining VPU HDDL configuration value.
 
#define VPU_HDDL_METRIC(name)   METRIC_KEY(VPU_HDDL_##name)
 Shortcut for defining VPU HDDL metric.
 

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/hddl_config.hpp instead.