TVM 0.8dev .How to print the execution time of each operator in the model
long time no see, please refer to Debugger — tvm 0.11.dev0 documentation. see how to using debugger to get the op metrics.
BTW maybe you could extract all the task and reconstruct the operator, then using time evaluator for single op.
thank you very much! I’m tyr! Let’s do it.