Files
apache--tvm/python/tvm/te
Junru Shao a71536a130 [MetaSchedule] Enable Task Filtering (#11512)
This PR allows `relay.backend.MetaScheduleExtractTask` to take an extra argument `filter_func` which filters out tasks that don't need tuning. The counterpart of AutoScheduler is `traverse_to_get_io_tensors`.
2022-05-31 15:57:30 -07:00
..