#include "precomp.hpp"
#include "opencv2/gapi/gcompoundkernel.hpp"
#include "api/gbackend_priv.hpp"
#include "compiler/gislandmodel.hpp"
cv::gapi::GBackend cv::gapi::compound::backend()
{
static cv::gapi::GBackend this_backend(std::make_shared<cv::gapi::GBackend::Priv>());
return this_backend;
}