I have a question about how to print tir is transformed by the passes when graph runtime runs it from a relay module.
I want to know something like tvm.transform.PrintIR
or tvm.transform.PassContext(... , trace=...)
. Is there any way like them in tir as well? and how do I enable it before calling graph_runtime.GraphModule.run()
.