Fixed CVS-66710 (#7805)
This commit is contained in:
parent
6f69166f37
commit
056515e735
@ -88,7 +88,8 @@ void HeteroSyntheticTest::SetUp() {
|
|||||||
for (auto&& pluginParameter : std::get<Plugin>(param)) {
|
for (auto&& pluginParameter : std::get<Plugin>(param)) {
|
||||||
bool registred = true;
|
bool registred = true;
|
||||||
try {
|
try {
|
||||||
PluginCache::get().ie()->RegisterPlugin(pluginParameter._location, pluginParameter._name);
|
PluginCache::get().ie()->RegisterPlugin(pluginParameter._location
|
||||||
|
+ IE_BUILD_POSTFIX, pluginParameter._name);
|
||||||
} catch (InferenceEngine::Exception& ex) {
|
} catch (InferenceEngine::Exception& ex) {
|
||||||
if (std::string{ex.what()}.find("Device with \"" + pluginParameter._name
|
if (std::string{ex.what()}.find("Device with \"" + pluginParameter._name
|
||||||
+ "\" is already registered in the InferenceEngine")
|
+ "\" is already registered in the InferenceEngine")
|
||||||
|
Loading…
Reference in New Issue
Block a user