Namespaces | Variables
myriad_config.hpp File Reference

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

#include "vpu_config.hpp"

Go to the source code of this file.

Namespaces

 InferenceEngine
 Inference Engine C++ API.
 

Variables

static constexpr auto InferenceEngine::MYRIAD_ENABLE_FORCE_RESET = "MYRIAD_ENABLE_FORCE_RESET"
 The flag to reset stalled devices. This is a plugin scope option and must be used with the plugin's SetConfig method The only possible values are: CONFIG_VALUE(YES) CONFIG_VALUE(NO) (default value)
 
static constexpr auto InferenceEngine::MYRIAD_DDR_TYPE = "MYRIAD_DDR_TYPE"
 This option allows to specify device memory type.
 
static constexpr auto InferenceEngine::MYRIAD_DDR_AUTO = "MYRIAD_DDR_AUTO"
 Supported keys definition for InferenceEngine::MYRIAD_DDR_TYPE option.
 
static constexpr auto InferenceEngine::MYRIAD_DDR_MICRON_2GB = "MYRIAD_DDR_MICRON_2GB"
 
static constexpr auto InferenceEngine::MYRIAD_DDR_SAMSUNG_2GB = "MYRIAD_DDR_SAMSUNG_2GB"
 
static constexpr auto InferenceEngine::MYRIAD_DDR_HYNIX_2GB = "MYRIAD_DDR_HYNIX_2GB"
 
static constexpr auto InferenceEngine::MYRIAD_DDR_MICRON_1GB = "MYRIAD_DDR_MICRON_1GB"
 
static constexpr auto InferenceEngine::MYRIAD_PROTOCOL = "MYRIAD_PROTOCOL"
 This option allows to specify protocol.
 
static constexpr auto InferenceEngine::MYRIAD_PCIE = "MYRIAD_PCIE"
 Supported keys definition for InferenceEngine::MYRIAD_PROTOCOL option.
 
static constexpr auto InferenceEngine::MYRIAD_USB = "MYRIAD_USB"
 
static constexpr auto InferenceEngine::MYRIAD_THROUGHPUT_STREAMS = "MYRIAD_THROUGHPUT_STREAMS"
 Optimize vpu plugin execution to maximize throughput. This option should be used with integer value which is the requested number of streams. The only possible values are: 1 2 3.
 

Detailed Description

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