Is it possible to get source of compute graph?

Hey,

In the output of the relay.build [graph, lib, params] is there a way to obtain the source of execution graph similar to lib.lib.source?

So far I have only seen source being obtained through lowering of schedules, but I am not sure how to convert a relay module to a schedule as well.

Could we obtain the compute graph from schedule?