“3faa8cd2cada98ff896c77f8186c6345a0455955”上不存在“vendor/git@gitcode.net:xiaomi/soar.git”
Created by: tpatejko
This PR fixes existing residual connection fuse pass (conv_elementwise_add_mkldnn_fuse_pass
), and extends it with fusing projection connections.
Compared to the previous approach, this pass check reachability between branches of residual connection. Node in an identity or a projection connection should be able to reach a convolution output used in the other branch (bottleneck connection).