OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::gapi::plaidml::config 结构体参考

此结构体表示实验性 PlaidML 后端的基本参数。 更多...

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

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

公共属性

std::string dev_id
 设备 ID。 详情请参考 PlaidML 文档。
 
std::string dev_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 文档。


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