OpenCV  4.1.2
Open Source Computer Vision
Public Attributes | List of all members
cv::gapi::ie::detail::ParamDesc Struct Reference

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

Public Attributes

std::unordered_map< std::string, cv::Matconst_inputs
 
std::string device_id
 
std::vector< std::string > input_names
 
std::string model_path
 
std::size_t num_in
 
std::size_t num_out
 
std::vector< std::string > output_names
 
std::string weights_path
 

Member Data Documentation

§ const_inputs

std::unordered_map<std::string, cv::Mat> cv::gapi::ie::detail::ParamDesc::const_inputs

§ device_id

std::string cv::gapi::ie::detail::ParamDesc::device_id

§ input_names

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

§ model_path

std::string cv::gapi::ie::detail::ParamDesc::model_path

§ num_in

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

§ num_out

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

§ output_names

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

§ weights_path

std::string cv::gapi::ie::detail::ParamDesc::weights_path

The documentation for this struct was generated from the following file: