mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 14:29:49 +08:00
Merge pull request #15262 from alalek:fix_15252
This commit is contained in:
commit
212f0fb509
@ -199,7 +199,8 @@ struct GAPI_EXPORTS GNetParam {
|
||||
* @sa cv::gapi::networks
|
||||
*/
|
||||
struct GAPI_EXPORTS GNetPackage {
|
||||
explicit GNetPackage(std::initializer_list<GNetParam> &&ii = {});
|
||||
GNetPackage() : GNetPackage({}) {}
|
||||
explicit GNetPackage(std::initializer_list<GNetParam> &&ii);
|
||||
std::vector<GBackend> backends() const;
|
||||
std::vector<GNetParam> networks;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user