Class cv::GCPUKernel#

Collaboration diagram for cv::GCPUKernel:

Member Typedef Documentation#

RunF#

typedef std::function< void(GCPUContext &)> cv::GCPUKernel::RunF

SetupF#

typedef std::function< void(const GMetaArgs &, const GArgs &, GArg &, const GCompileArgs &)> cv::GCPUKernel::SetupF

Constructor & Destructor Documentation#

GCPUKernel()#

cv::GCPUKernel::GCPUKernel()

GCPUKernel()#

cv::GCPUKernel::GCPUKernel(
const RunF & runF,
const SetupF & setupF = nullptr )

Member Data Documentation#

m_isStateful#

bool cv::GCPUKernel::m_isStateful = false

m_runF#

RunF cv::GCPUKernel::m_runF = nullptr

m_setupF#

SetupF cv::GCPUKernel::m_setupF = nullptr

Source file#

The documentation for this class was generated from the following file: