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

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  VPU_METRIC(name)   METRIC_KEY(VPU_##name)
 
#define  DECLARE_VPU_METRIC(name, ...)   DECLARE_METRIC_KEY(VPU_##name, __VA_ARGS__)
 

Detailed Description

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