Does TVM have a visual interface or a place where you can see the optimization process?

When using TVM for optimization, I want to know what layer fusion and operator fusion go through at the end, and how to deal with the multi-branch pipeline problem, and what visual interface can be used to view this fusion process?

I suppose that the optimization process that you have mentioned is the transform passes uring the BuildRelay() process, if so, you can print the IR before and after each transform pass and compare the difference