OpenCV  4.3.0
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
gplaidmlkernel.hpp File Reference
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>

Classes

struct  cv::GPlaidMLContext
 
class  cv::GPlaidMLKernel
 
class  cv::GPlaidMLKernelImpl< Impl, K >
 
struct  cv::detail::plaidml_get_in< T >
 
struct  cv::detail::plaidml_get_in< T >
 
struct  cv::detail::plaidml_get_in< cv::GMat >
 
struct  cv::detail::plaidml_get_out< T >
 
struct  cv::detail::plaidml_get_out< cv::GMat >
 
struct  cv::detail::PlaidMLCallHelper< typename, typename, typename >
 
struct  cv::detail::PlaidMLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::detail
 
 cv::gapi
 
 cv::gapi::plaidml
 
 plaidml
 
 plaidml::edsl
 

Macros

#define GAPI_PLAIDML_KERNEL(Name, API)   struct Name: public cv::GPlaidMLKernelImpl<Name, API>
 

Functions

cv::gapi::GBackend cv::gapi::plaidml::backend ()
 

Macro Definition Documentation

◆ GAPI_PLAIDML_KERNEL

#define GAPI_PLAIDML_KERNEL (   Name,
  API 
)    struct Name: public cv::GPlaidMLKernelImpl<Name, API>