Namespaces | Macros
gna_config.hpp File Reference

A header that defines advanced related properties for GNA plugin. 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::GNAConfigParams
 GNA plugin configuration.
 

Macros

#define GNA_CONFIG_KEY(name)   InferenceEngine::GNAConfigParams::_CONFIG_KEY(GNA_##name)
 Shortcut for defining configuration keys.
 
#define GNA_CONFIG_VALUE(name)   InferenceEngine::GNAConfigParams::GNA_##name
 Shortcut for defining configuration values.
 

Detailed Description

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