mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #19318 from TolyaTalamanov:at/python-generic-infer
[G-API] Python ROI generic inference * Python generic infer overloads * Move wrappers to appropriate file
This commit is contained in:
committed by
GitHub
parent
b62d015285
commit
0753408e10
@@ -636,11 +636,6 @@ infer2(const std::string& tag,
|
||||
return cv::GInferListOutputs{std::move(call)};
|
||||
}
|
||||
|
||||
GAPI_EXPORTS_W inline cv::GInferOutputs infer(const String& name, const cv::GInferInputs& inputs)
|
||||
{
|
||||
return infer<Generic>(name, inputs);
|
||||
}
|
||||
|
||||
} // namespace gapi
|
||||
} // namespace cv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user