This is a wrapper class for handling plugin instantiation and releasing resources. More...
#include <memory>#include "ie_so_loader.h"#include "ie_common.h"#include "ie_plugin.hpp"#include "details/ie_exception.hpp"#include "details/ie_no_release.hpp"#include <string>#include <cassert>Go to the source code of this file.
Functions | |
| template<class T > | |
| std::shared_ptr< T > | InferenceEngine::make_so_pointer (const file_name_t &name)=delete |
| Creates a special shared_pointer wrapper for the given type from a specific shared module. More... | |
This is a wrapper class for handling plugin instantiation and releasing resources.
|
inlinedelete |
Creates a special shared_pointer wrapper for the given type from a specific shared module.
| name | Name of the shared library file |
| name | Name of the shared library file |