OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::GPlaidMLContext 構造体

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

Collaboration diagram for 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

この構造体詳解は次のファイルから抽出されました: