Namespaces | Typedefs
ie_plugin_ptr.hpp File Reference

A header file contains a wrapper class for handling plugin instantiation and releasing resources. More...

#include "details/ie_so_pointer.hpp"
#include "ie_plugin.hpp"
#include "ie_ihetero_plugin.hpp"
#include "ie_extension.h"
#include <string>

Go to the source code of this file.

Namespaces

  InferenceEngine
  Inference Engine API.
 

Typedefs

using  InferenceEngine::InferenceEnginePluginPtr = InferenceEngine::details::SOPointer< IInferencePlugin >
  A C++ helper to work with objects created by the plugin. Implements different interfaces.
 
using  InferenceEngine::HeteroPluginPtr = InferenceEngine::details::SOPointer< IHeteroInferencePlugin >
  A C++ helper to work with objects created by the plugin. Implements different interfaces.
 

Detailed Description

A header file contains a wrapper class for handling plugin instantiation and releasing resources.