fix compile issue caused by interface change (#8727)
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
This commit is contained in:
parent
8aa718549a
commit
64e45447f4
@ -111,7 +111,7 @@ public:
|
|||||||
mockPlugin = InferenceEngine::InferencePlugin{{}, mockIPluginPtr};
|
mockPlugin = InferenceEngine::InferencePlugin{{}, mockIPluginPtr};
|
||||||
// remove annoying ON CALL message
|
// remove annoying ON CALL message
|
||||||
EXPECT_CALL(*mockIPluginPtr, LoadNetwork(MatcherCast<const CNNNetwork&>(_), _)).Times(1);
|
EXPECT_CALL(*mockIPluginPtr, LoadNetwork(MatcherCast<const CNNNetwork&>(_), _)).Times(1);
|
||||||
mockExeNetwork = {{}, mockPlugin.LoadNetwork(CNNNetwork{}, {})};
|
mockExeNetwork = mockPlugin.LoadNetwork(CNNNetwork{}, {});
|
||||||
|
|
||||||
// prepare mockicore and cnnNetwork for loading
|
// prepare mockicore and cnnNetwork for loading
|
||||||
core = std::shared_ptr<MockICore>(new MockICore());
|
core = std::shared_ptr<MockICore>(new MockICore());
|
||||||
|
Loading…
Reference in New Issue
Block a user