#include <opencv2/gapi/cpu/gcpukernel.hpp>
|
| static void | call (GCPUContext &ctx) |
| |
| template<int... IIs, int... OIs> |
| static void | call_impl (GCPUContext &ctx, detail::Seq< IIs...>, detail::Seq< OIs...>) |
| |
| static void | call (GCPUContext &ctx) |
| |
| template<int... IIs, int... OIs> |
| static void | call_impl (GCPUContext &ctx, detail::Seq< IIs...>, detail::Seq< OIs...>) |
| |
| template<int... IIs, int... OIs> |
| static void | call_impl (cv::GCPUContext &ctx, Impl &impl, detail::Seq< IIs...>, detail::Seq< OIs...>) |
| |
| static void | callFunctor (cv::GCPUContext &ctx, Impl &impl) |
| |
template<typename Impl , typename... Ins, typename... Outs>
template<typename Impl , typename... Ins, typename... Outs>
template<int... IIs, int... OIs>
The documentation for this struct was generated from the following file: