OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::gapi::ie::PortCfg< Net > Struct Template Reference

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

Collaboration diagram for cv::gapi::ie::PortCfg< Net >:

Public Types

using In
 
using Out
 

Member Typedef Documentation

◆ In

template<typename Net >
using cv::gapi::ie::PortCfg< Net >::In
Initial value:
std::array
< std::string
, std::tuple_size<typename Net::InArgs>::value >

◆ Out

template<typename Net >
using cv::gapi::ie::PortCfg< Net >::Out
Initial value:
std::array
< std::string
, std::tuple_size<typename Net::OutArgs>::value >

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