OpenCV  4.3.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::GPlaidMLContext Struct Reference

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

Public Member Functions

template<typename T >
const T & inArg (int input)
 
const plaidml::edsl::Tensor & inTensor (int input)
 
plaidml::edsl::Tensor & outTensor (int output)
 

Public Attributes

std::vector< GArgm_args
 
std::unordered_map< std::size_t, GArgm_results
 

Member Function Documentation

◆ inArg()

template<typename T >
const T& cv::GPlaidMLContext::inArg ( int  input)
inline

◆ inTensor()

const plaidml::edsl::Tensor& cv::GPlaidMLContext::inTensor ( int  input)
inline

◆ outTensor()

plaidml::edsl::Tensor& cv::GPlaidMLContext::outTensor ( int  output)
inline

Member Data Documentation

◆ m_args

std::vector<GArg> cv::GPlaidMLContext::m_args

◆ m_results

std::unordered_map<std::size_t, GArg> cv::GPlaidMLContext::m_results

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