Auto scheduler: Can we get the relay function for an extracted task?

Hi. From what I’ve learned, when we use auto scheduler, the model is first transformed into relay IR and then auto scheduler lowers the relay IR to tir, extracts some tuning tasks, i.e. subgraphs, from the relay IR and tunes them automatically. So can we get the corresponding relay function of each extracted tasks?