I'm building my own auto tuner for TVM schedules. I would like to test it against TVMs built-in auto_scheduler
. However the auto_scheduler
uses a lot of advanced scheduling operations that my tuner does not yet support. Is there anyway to restrict auto_scheduler
to only use the operations Split, Tile and Reorder?