There exists something like TEDD But it is not as finegrained as in @YuanLin 's answer.
You can always use tvm.lower(schedule,[input_placeholders], simple_mode=True), to get the “for loop view” though
tvm.lower(schedule,[input_placeholders], simple_mode=True),