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)), **params).asnumpy() > end = time.time() > print("Execute over! used time is : {} ".format(end-start)) is not a good method. --- [Visit Topic](https://discuss.tvm.apache.org/t/whats-the-difference-between-build-and-create-executor-in-tvm-relay-build-module/1967/7) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/67b95f1290fdf955edc695b18130a250ff9637ac140773a12dd8688062c21236).