Files
apache--tvm/python
Junru Shao f8186d8c7d [TIR] Add sugar method Schedule.work_on (#11999)
This PR introduces `Schedule.work_on`, which instructs
`Schedule.get_block` to find the correct PrimFunc to retrieve from
without having to specify `func_name` in every time if the PrimFunc's
name is not `main`.
2022-07-03 13:16:18 -07:00
..