python - Is there any way to limit the operations TVMs autoscheduler can use when creating a schedule? - Stack Overflow

admin2025-04-29  1

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?

转载请注明原文地址:http://anycun.com/QandA/1745935662a91345.html