OpenCV  4.5.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

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

Member Data Documentation

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

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