#include <opencv2/gapi/infer/ov.hpp>
|  | 
|  | ParamDesc (Kind &&kind_, const std::string &device_, const bool is_generic_, const size_t num_in_, const size_t num_out_) | 
|  | 
◆ Kind
◆ PluginConfigT
◆ 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_ ) |  | inline | 
 
 
◆ 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 | 
      
 
 
The documentation for this struct was generated from the following file: