OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
公共属性 | 所有成员列表
cv::gapi::plaidml::config 结构体参考

此结构体代表实验性 PlaidML 后端的核心参数。 更多...

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

cv::gapi::plaidml::config 的协作图

公共属性

std::string dev_id
 设备 ID。有关详细信息,请参考 PlaidML 文档。
 
std::string trg_id
 目标 ID。有关详细信息,请参考 PlaidML 文档。
 

详细描述

此结构体代表实验性 PlaidML 后端的核心参数。

成员数据文档

◆ dev_id

std::string cv::gapi::plaidml::config::dev_id

设备 ID。有关详细信息,请参考 PlaidML 文档。

◆ trg_id

std::string cv::gapi::plaidml::config::trg_id

目标 ID。有关详细信息,请参考 PlaidML 文档。


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