A container class for network configurations. Similar to GKernelPackage. Use cv::gapi::networks() to construct this object.
More...
#include <opencv2/gapi/infer.hpp>
A container class for network configurations. Similar to GKernelPackage. Use cv::gapi::networks() to construct this object.
- See also
- cv::gapi::networks
◆ GNetPackage() [1/3]
GAPI_WRAP cv::gapi::GNetPackage::GNetPackage |
( |
| ) |
|
|
default |
◆ GNetPackage() [2/3]
GAPI_WRAP cv::gapi::GNetPackage::GNetPackage |
( |
std::vector< GNetParam > |
nets | ) |
|
|
explicit |
◆ GNetPackage() [3/3]
cv::gapi::GNetPackage::GNetPackage |
( |
std::initializer_list< GNetParam > |
ii | ) |
|
|
explicit |
◆ backends()
std::vector<GBackend> cv::gapi::GNetPackage::backends |
( |
| ) |
const |
◆ networks
std::vector<GNetParam> cv::gapi::GNetPackage::networks |
The documentation for this struct was generated from the following file: