OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::gapi::ov::detail::ParamDesc 结构体参考

#include <opencv2/gapi/infer/ov.hpp>

cv::gapi::ov::detail::ParamDesc 的协作图

结构体 CompiledModel
 
结构体 Model
 

公有类型

使用 Kind = cv::util::variant<Model, CompiledModel>
 
使用 PluginConfigT = std::map<std::string, std::string>
 

公有成员函数

 ParamDesc (Kind &&kind_, const std::string &device_, const bool is_generic_, const size_t num_in_, const size_t num_out_)
 

公有属性

PluginConfigT config
 
std::string device
 
std::vector< std::string > input_names
 
bool is_generic
 
Kind kind
 
size_t nireq = 1
 
std::size_t num_in
 
std::size_t num_out
 
std::vector< std::string > output_names
 

成员类型定义文档

◆ Kind

◆ PluginConfigT

使用 cv::gapi::ov::detail::ParamDesc::PluginConfigT = std::map<std::string, std::string>

构造函数和析构函数文档

◆ ParamDesc()

cv::gapi::ov::detail::ParamDesc::ParamDesc ( Kind && kind_,
const std::string & device_,
const bool is_generic_,
const size_t num_in_,
const size_t num_out_ )
内联

成员数据文档

◆ config

PluginConfigT cv::gapi::ov::detail::ParamDesc::config

◆ device

std::string cv::gapi::ov::detail::ParamDesc::device

◆ input_names

std::vector<std::string> cv::gapi::ov::detail::ParamDesc::input_names

◆ is_generic

bool cv::gapi::ov::detail::ParamDesc::is_generic

◆ kind

Kind cv::gapi::ov::detail::ParamDesc::kind

◆ nireq

size_t cv::gapi::ov::detail::ParamDesc::nireq = 1

◆ num_in

std::size_t cv::gapi::ov::detail::ParamDesc::num_in

◆ num_out

std::size_t cv::gapi::ov::detail::ParamDesc::num_out

◆ output_names

std::vector<std::string> cv::gapi::ov::detail::ParamDesc::output_names

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