[Apache TVM Discuss] [Questions] How to measure the time cost when inferencing using TVM?

2021-03-28 Thread Wang Y Z via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] What's the difference between build() and create_executor() in tvm.relay.build_module?

2021-03-08 Thread Wang Y Z via Apache TVM Discuss
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