1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Introduced a newStreamSignal() callback for Island Executables

This commit is contained in:
Dmitry Matveev
2020-03-12 17:30:49 +03:00
committed by Ruslan Garnov
parent 016f9ab16e
commit cb5921b375
2 changed files with 19 additions and 0 deletions
@@ -859,6 +859,7 @@ void cv::gimpl::GStreamingExecutor::setSource(GRunArgs &&ins)
for (auto &&out_eh : op.nh->outNodes()) {
out_queues.push_back(reader_queues(*m_island_graph, out_eh));
}
op.isl_exec->handleNewStream();
m_threads.emplace_back(islandActorThread,
op.in_objects,