OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::GPlaidMLContext 结构体参考

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

cv::GPlaidMLContext 的协作图

公共成员函数

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

公共属性

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

成员函数文档

◆ 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 输出)
inline

成员数据文档

◆ m_args

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

◆ m_results

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

此结构体的文档从以下文件生成