mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #14599 from rgarnov:gapi_aux_kernels
G-API aux kernels (#14599) * Removed gcpuimgproc.hpp and gcpucore.hpp * Changed GModel::orderedInputs and orderedOutputs to get ConstGraph& * Added auxiliaryKernels() method of GBackend::Priv
This commit is contained in:
committed by
Alexander Alekhin
parent
cbb699efd2
commit
54ff72a1cc
@@ -45,6 +45,11 @@ void cv::gapi::GBackend::Priv::addBackendPasses(ade::ExecutionEngineSetupContext
|
||||
// add custom (backend-specific) graph transformations
|
||||
}
|
||||
|
||||
cv::gapi::GKernelPackage cv::gapi::GBackend::Priv::auxiliaryKernels() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
// GBackend public implementation //////////////////////////////////////////////
|
||||
cv::gapi::GBackend::GBackend()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user