OpenCV  4.10.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  output)
inline

成员数据文档

◆ m_args

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

◆ m_results

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

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