1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #19355 from alalek:fixup_19050

This commit is contained in:
Alexander Alekhin
2021-01-20 22:46:05 +00:00
+1 -1
View File
@@ -461,7 +461,7 @@ void cv::gimpl::ie::GIEExecutable::run(std::vector<InObj> &&input_objs,
return arg.get<cv::gimpl::RcDesc>().shape;
});
// - Output parameters.
for (const auto &out_it : ade::util::indexed(op.outs)) {
for (const auto out_it : ade::util::indexed(op.outs)) {
// FIXME: Can the same GArg type resolution mechanism be reused here?
const auto out_port = ade::util::index(out_it);
const auto out_desc = ade::util::value(out_it);