jiazhihao / TASO

The Tensor Algebra SuperOptimizer for Deep Learning
Apache License 2.0
682 stars 89 forks source link

failed merge conv + bn + relu #60

Closed camel007 closed 3 years ago

camel007 commented 4 years ago

conv + bn will convert to fuse -> new_conv->bias->add, so the new graph will be fuse->new_conv->bias->add->relu, then we want to merge conv + relu to conv, But there is no edge from conv to relu.