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:
committed by
GitHub
parent
3eeec4faae
commit
619b6dfae3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user