OpenCV 4.11.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)
内联

◆ inTensor()

const plaidml::edsl::Tensor & cv::GPlaidMLContext::inTensor ( int input)
内联
此函数的调用图如下

◆ outTensor()

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

成员数据文档

◆ m_args

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

◆ m_results

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

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