Does AutoTVM / MetaSchedule support tuning by evaluating on a whole graph?

For instance, there is a graph containing a conv2d followed by a dense. Can we tune the whole graph by evaluating the time cost on conv2d + dense instead of the two ops individually?