OpenCV 4.11.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 文档。


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