🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/gapi/plaidml/gplaidmlkernel.hpp>
|
| template<typename T > |
| const T & | inArg (int input) |
| |
| const plaidml::edsl::Tensor & | inTensor (int input) |
| |
| plaidml::edsl::Tensor & | outTensor (int output) |
| |
◆ 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 |
この構造体詳解は次のファイルから抽出されました: