As far as I know this is still not directly possible. If your main goal is to look at the generated tir have a look at my previous answer to: https://discuss.tvm.apache.org/t/tvm-terms-relay-topi-tir-te/6474/6
If you really need to generate to implement somthing like a `relay.lower` you could probably return the TIR modules here: https://github.com/apache/tvm/blob/b5f1dabce45e4d4a68a2ecadeee811bac93b1c3c/python/tvm/relay/build_module.py#L479 --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-lower-relay-built-modules/12273/4) 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/7ce35cb5489d1c19c36a7bd4c55fe15651ed37cb205c2858ac9a8e62fab264b6).