Namespaces | Macros | Variables
dlia_config.hpp File Reference

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

#include <string>
#include "ie_plugin_config.hpp"

Go to the source code of this file.

Namespaces

 InferenceEngine
 Inference Engine API.
 
 InferenceEngine::DliaMetrics
 DLIA plugin metrics.
 
 InferenceEngine::DLIAConfigParams
 DLIA plugin configuration.
 

Macros

#define DLIA_METRIC_VALUE(name)   InferenceEngine::DliaMetrics::name
 Shortcut for defining FPGA metric values.
 
#define DLIA_CONFIG_KEY(name)   InferenceEngine::DLIAConfigParams::_CONFIG_KEY(DLIA_##name)
 Shortcut for defining FPGA configuration keys.
 

Variables

static constexpr auto InferenceEngine::DliaMetrics::FP11 = "FP11"
 FP11 optimization capability. It's specific for FPGA device which can perform computations in FP11 data type.
 
static constexpr auto InferenceEngine::DliaMetrics::INPUT_STREAMING = "INPUT_STREAMING"
 Input Streaming capability. It's specific for FPGA device which can perform input streaming.
 

Detailed Description

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