Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-miotk committed Aug 6, 2024
1 parent 8b2c049 commit 1164592
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/inference/src/dev/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ void ov::Plugin::set_property(const ov::AnyMap& config) {

ov::SoPtr<ov::ICompiledModel> ov::Plugin::compile_model(const std::shared_ptr<const ov::Model>& model,
const ov::AnyMap& properties) const {
try{
OV_PLUGIN_CALL_STATEMENT(return {m_ptr->compile_model(model, properties), m_so});
} catch (const std::exception& ex) {
int a;
a++;
}
}

ov::SoPtr<ov::ICompiledModel> ov::Plugin::compile_model(const std::string& model_path,
Expand Down

0 comments on commit 1164592

Please sign in to comment.