thank you so much for your precise description~ :grinning:
---
[Visit
Topic](https://discuss.tvm.apache.org/t/how-to-measure-the-time-cost-when-inferencing-using-tvm/9433/3)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
hi,I am new to TVM and I want to ask a q:
when using realy.build a lib and we can use time_evaluator to calculate the
time cost;
how to calculate the time when using create_executor?
I think
> start = time.time()
> tvm_output = intrp.evaluate()(tvm.nd.array(x.astype(dtype)),
**param