G-API: Introduce GAbstractStreamingExecutor
authorDmitry Matveev <dmitry.matveev@intel.com>
Tue, 30 Aug 2022 20:50:34 +0000 (23:50 +0300)
committerDmitry Matveev <dmitry.matveev@intel.com>
Tue, 30 Aug 2022 20:50:34 +0000 (23:50 +0300)
commita122f0f24802113a0f250f3b71e2b90ed9763bad
treea017d6d7917fb56a053a3c0aa5e4891c23732211
parenta31fb88fd08d9d55ab8deff8257633d094c6e538
G-API: Introduce GAbstractStreamingExecutor

Now GStreamingExecutor is its subclass; others to come
modules/gapi/CMakeLists.txt
modules/gapi/src/compiler/gstreaming.cpp
modules/gapi/src/compiler/gstreaming_priv.hpp
modules/gapi/src/executor/gabstractstreamingexecutor.cpp [new file with mode: 0644]
modules/gapi/src/executor/gabstractstreamingexecutor.hpp [new file with mode: 0644]
modules/gapi/src/executor/gstreamingexecutor.cpp
modules/gapi/src/executor/gstreamingexecutor.hpp