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

此結構體的文件從以下檔案生成