Fixed github issue #4172#4201
Conversation
| const auto executableNetwork = | ||
| std::make_shared<ExecutableNetwork>( | ||
| model, _mvnc, _devicePool, parsedConfigCopy, GetCore()); | ||
| executableNetwork->SetPointerToPlugin(shared_from_this()); |
There was a problem hiding this comment.
Only the Myriad plugin has such an issue? Or maybe we need to add this line to the common part, as for the InferencePluginInternal::LoadNetwork?
There was a problem hiding this comment.
LoadNetwork has common implementation, while ImportNetwork does not..
Maybe KMB also has such issue, but need to enable tests separately and check.
There was a problem hiding this comment.
As I see, no plugin calls the SetPointerToPlugin method while import network. Is not it?
There was a problem hiding this comment.
Template and Hetero plugins do it. Need to enable these tests on other plugins (KMB, GNA) and fix the issue if it's here.
There was a problem hiding this comment.
It looks like we need ticket for these plugins. And common solution would look better, but I don't insist
10aa34d to
4931472
Compare
No description provided.