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).