#include <opencv2/gapi/infer.hpp>
◆ type
template<class Net, typename T, class... Ts>
Initial value: typename std::enable_if
, std::tuple<Ts...> >::value,
cv::GArray<T> template class represents a list of objects of class T in the graph.
Definition garray.hpp:366
all_satisfy< accepted_infer_types, Ts... > valid_infer_types
Definition infer.hpp:41
typename std::enable_if< detail::valid_infer_types< Ts... >::value &&std::tuple_size< typename Net::InArgs >::value==sizeof...(Ts), std::function< typename Net::Result(Ts...)> >::type type
Definition infer.hpp:223
The documentation for this struct was generated from the following file: