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

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

Public Types

using ConstInput = std::pair< cv::Mat, TraitAs >
 
enum  Kind {
  Kind::Load,
  Kind::Import
}
 

Public Attributes

IEConfig config
 
std::unordered_map< std::string, ConstInputconst_inputs
 
std::string device_id
 
std::vector< std::string > input_names
 
bool is_generic
 
Kind kind
 
std::unordered_set< std::string > layer_names_to_reshape
 
std::string model_path
 
size_t nireq
 
std::size_t num_in
 
std::size_t num_out
 
std::vector< std::string > output_names
 
std::map< std::string, std::vector< std::size_t > > reshape_table
 
std::string weights_path
 

Member Typedef Documentation

Member Enumeration Documentation

Enumerator
Load 
Import 

Member Data Documentation

IEConfig cv::gapi::ie::detail::ParamDesc::config
std::unordered_map<std::string, ConstInput> cv::gapi::ie::detail::ParamDesc::const_inputs
std::string cv::gapi::ie::detail::ParamDesc::device_id
std::vector<std::string> cv::gapi::ie::detail::ParamDesc::input_names
bool cv::gapi::ie::detail::ParamDesc::is_generic
Kind cv::gapi::ie::detail::ParamDesc::kind
std::unordered_set<std::string> cv::gapi::ie::detail::ParamDesc::layer_names_to_reshape
std::string cv::gapi::ie::detail::ParamDesc::model_path
size_t cv::gapi::ie::detail::ParamDesc::nireq
std::size_t cv::gapi::ie::detail::ParamDesc::num_in
std::size_t cv::gapi::ie::detail::ParamDesc::num_out
std::vector<std::string> cv::gapi::ie::detail::ParamDesc::output_names
std::map<std::string, std::vector<std::size_t> > cv::gapi::ie::detail::ParamDesc::reshape_table
std::string cv::gapi::ie::detail::ParamDesc::weights_path

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