OpenCV  4.2.0
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::detail::PlaidMLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > > Struct Template Reference

#include <opencv2/gapi/plaidml/gplaidmlkernel.hpp>

Static Public Member Functions

static void call (GPlaidMLContext &ctx)
 
template<int... IIs, int... OIs>
static void call_impl (GPlaidMLContext &ctx, detail::Seq< IIs... >, detail::Seq< OIs... >)
 

Member Function Documentation

◆ call()

template<typename Impl , typename... Ins, typename... Outs>
static void cv::detail::PlaidMLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call ( GPlaidMLContext ctx)
inlinestatic

◆ call_impl()

template<typename Impl , typename... Ins, typename... Outs>
template<int... IIs, int... OIs>
static void cv::detail::PlaidMLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_impl ( GPlaidMLContext ctx,
detail::Seq< IIs... >  ,
detail::Seq< OIs... >   
)
inlinestatic

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