Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nosovmik committed Apr 19, 2021
1 parent e1b2618 commit 6595607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inference-engine/src/inference_engine/ie_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <ngraph/ngraph.hpp>
#include <ngraph/graph_util.hpp>
#include <ngraph/pass/constant_folding.hpp>
#include <frontend_manager/frontend_manager.hpp>

#include <cpp_interfaces/exception2status.hpp>
#include "compilation_context.hpp"
Expand Down Expand Up @@ -209,7 +208,6 @@ class Core::Impl : public ICore {

std::unordered_set<std::string> opsetNames;
std::vector<IExtensionPtr> extensions;
ngraph::frontend::FrontEndManager frontEndManager;

std::map<std::string, PluginDescriptor> pluginRegistry;
mutable std::mutex pluginsMutex; // to lock parallel access to pluginRegistry and plugins
Expand Down

0 comments on commit 6595607

Please sign in to comment.