Having `add` there is expected since batch norm has a shift by constant. But the idea is that the new `add` can be folded into conv2d bias add. `SimplifyExpr` pass finds such two consecutive `add` with constant rhs, and fold them into one `add`.
--- [Visit Topic](https://discuss.tvm.apache.org/t/batchnorm-op-fusion-in-tvm/12391/6) 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/f27c8b484cdb0e889867360eb46e853ae3137d364dfc07e2541316bfb22201d7).