We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cebef9 + 3ba6b41 commit 448a545Copy full SHA for 448a545
1 file changed
modules/gapi/src/executor/gstreamingexecutor.cpp
@@ -737,7 +737,7 @@ void cv::gimpl::GStreamingExecutor::setSource(GRunArgs &&ins)
737
for (auto& op : m_ops)
738
{
739
op.isl_exec = m_gim.metadata(op.nh).get<IslandExec>().object;
740
- is_reshapable &= op.isl_exec->canReshape();
+ is_reshapable = is_reshapable && op.isl_exec->canReshape();
741
}
742
update_int_metas(); // (7)
743
m_reshapable = util::make_optional(is_reshapable);
0 commit comments