Namespaces | Macros | Functions
ie_internal_plugin_config.hpp File Reference

A header for properties that are passed from IE to plguinsor from one plugin to another. More...

#include "ie_plugin_config.hpp"

Go to the source code of this file.

Namespaces

 InferenceEngine
 Inference Engine Plugin API namespace.
 
 InferenceEngine::PluginConfigInternalParams
 A namespace with internal plugin configuration keys.
 

Macros

#define CONFIG_KEY_INTERNAL(name)   ::InferenceEngine::PluginConfigInternalParams::_CONFIG_KEY(name)
 Shortcut for defining internal configuration keys.
 

Functions

 InferenceEngine::PluginConfigInternalParams::DECLARE_CONFIG_KEY (LP_TRANSFORMS_MODE)
 Defines a low precision mode key.
 
 InferenceEngine::PluginConfigInternalParams::DECLARE_CONFIG_KEY (CPU_THREADS_PER_STREAM)
 Limit #threads that are used by CPU Executor Streams to execute parallel_for calls.
 
 InferenceEngine::PluginConfigInternalParams::DECLARE_CONFIG_KEY (FORCE_DISABLE_CACHE)
 This key should be used to force disable export while loading network even if global cache dir is defined Used by HETERO plugin to disable automatic caching of subnetworks (set value to YES)
 

Detailed Description

A header for properties that are passed from IE to plguinsor from one plugin to another.