Merge pull request #21579 from TolyaTalamanov:at/handle-errors-in-iebackend

[G-API] Handle errors in IEBackend & modeling tool

* Handle errors in IEBackend & modeling tool

* Handle exceptions in callback

* Add const cv to exception
This commit is contained in:
Anatoliy Talamanov
2022-02-09 19:52:23 +03:00
committed by GitHub
parent 3eeec4faae
commit 619b6dfae3
4 changed files with 95 additions and 14 deletions
@@ -46,6 +46,7 @@ public:
void compile();
void run(double work_time_ms);
const PerfReport& report() const;
const std::string& name() const { return m_name;}
virtual ~Pipeline() = default;