Created by: ghost
A bug in transpiler. fuse_con_elementwise wrongly detected and fused similar structures in se_resnext : that with Input elementwise_mul, which should not be fused now.
fuse conv+elementwise with inputs:
X:batch_norm, Y: batch_norm
or X: elementwise_add, Y: batch_norm in resnet.