Hetero KW warning fix (#3107)
This commit is contained in:
parent
4a362bddc5
commit
95be0aa638
@ -72,6 +72,7 @@ InferenceEngine::ExecutableNetworkInternal::Ptr Engine::LoadExeNetworkImpl(const
|
||||
});
|
||||
if (!allSupportsNgraph) {
|
||||
auto cnnNetworkImpl = std::make_shared<details::CNNNetworkImpl>(network);
|
||||
IE_ASSERT(cnnNetworkImpl != nullptr);
|
||||
return std::make_shared<HeteroExecutableNetwork>(
|
||||
*cnnNetworkImpl, mergeConfigs(_config, config), this);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user