I see. So it doesn't seem to be possible at the moment. Thank you anyway.
---
[Visit
Topic](https://discuss.tvm.ai/t/autotvm-graph-tuner-running-graph-tuner-without-autotvm/6286/4)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails,
Hi. I am trying to use the graph tuner module on CPU.
Normally, you would run autoTVM, pick the best configuration, then instantiate
the graph tuner:
executor = Tuner(graph, input_dict, records, target_op, target)
In many cases, [the default schedules already provided good
performance](