For the custom schedule templates, like the one in:
https://docs.tvm.ai/tutorials/autotvm/tune_simple_template.html#sphx-glr-tutorials-autotvm-tune-simple-template-py you can print the schedule (nested for loops) as: `print(tvm.lower(s, arg_bufs, simple_mode=True))` I was wondering if there is a way you can do that for a relay module. For instance after doing: `graph, lib, params = relay.build_module.build(mod, params = dict_params, target=target)` I would really appreciate any information you can provide on this issue. --- [Visit Topic](https://discuss.tvm.ai/t/printing-schedule-of-a-relay-layer-similar-to-tvm-lower/6452/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/14b79dcb025250792e26ca39be92f5065ccbd5e6ea263800119ac18b439cfe4b).