Try to fix Windows post commit (#9176)
This commit is contained in:
parent
5124d95df7
commit
5c5ccb98eb
@ -24,7 +24,7 @@ public:
|
|||||||
TestCase(const std::shared_ptr<Function>& function, const std::string& dev = "TEMPLATE") : m_function{function} {
|
TestCase(const std::shared_ptr<Function>& function, const std::string& dev = "TEMPLATE") : m_function{function} {
|
||||||
try {
|
try {
|
||||||
// Register template plugin
|
// Register template plugin
|
||||||
m_core.register_plugin("templatePlugin", "TEMPLATE");
|
m_core.register_plugin(std::string("templatePlugin") + IE_BUILD_POSTFIX, "TEMPLATE");
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
}
|
}
|
||||||
m_request = m_core.compile_model(function, dev).create_infer_request();
|
m_request = m_core.compile_model(function, dev).create_infer_request();
|
||||||
|
Loading…
Reference in New Issue
Block a user