Created by: sfraczek
I have a question related to this here: https://github.com/PaddlePaddle/Paddle/issues/13197 where I asked this:
If I want to make a conv relu fuse pass, and the convolution input bias is optional, will the pass written for network with bias work also on network without bias?
Can someone tell me if this pass code will cover also convolution without bias?