mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #16793 from anton-potapov:kw_fixes_bitwise_op_on_bools
This commit is contained in:
commit
448a5452d0
@ -737,7 +737,7 @@ void cv::gimpl::GStreamingExecutor::setSource(GRunArgs &&ins)
|
||||
for (auto& op : m_ops)
|
||||
{
|
||||
op.isl_exec = m_gim.metadata(op.nh).get<IslandExec>().object;
|
||||
is_reshapable &= op.isl_exec->canReshape();
|
||||
is_reshapable = is_reshapable && op.isl_exec->canReshape();
|
||||
}
|
||||
update_int_metas(); // (7)
|
||||
m_reshapable = util::make_optional(is_reshapable);
|
||||
|
Loading…
Reference in New Issue
Block a user