Obtaning the compute graph

Is there any way to obtain the compute graph of a TVM schedule. Or could someone help me locate the module or file that takes care of building the tvm compute graph?

Thanks!!

You can print IRModule after lowering.

Can we obtain the compute graph from tvm schedule.