Either case should be possible with tvm transformation pass.
If you need to preserve `conv2d` and `biad_add`, an alternative way to achieve this is to perform such transform in original models before exporting to TVM. For example, I used to use this [script](https://gist.github.com/Lyken17/deb98385a06ae67ce1252c1a17ad181d) to fuse bn into conv. --- [Visit Topic](https://discuss.tvm.apache.org/t/batchnorm-op-fusion-in-tvm/12391/10) 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/30f2f6ae7eed4ad3d2ddc030226a7b3676caab0e43dbaf1830a30b5311845634).