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.