In the definition for bitserial_conv2d, there is an elegant way to do convolution without any for loops. Now, since padding value is always zero, I wonder if there is a way to skip dot products in those areas, so that we can further reduce runtime. Another reason for skipping those calculations is, in XNOR-net, 0 represents -1. This prevents us from having a real 0. Therefore if we don't skip calculations in padding area, we would get wrong results. I find this task difficult because we would have a variable reduce_axis during convolution, which I don't know how to implement. Any help is very much appreciated. Thanks!
--- [Visit Topic](https://discuss.tvm.apache.org/t/skip-padding-calculations-in-bitserial-convolution/12259/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/2e0536a9b4c64cb9b0c659378efa65603435f6367ee2fd7c6169369511d1fb4a).