[Apache TVM Discuss] [Questions] Time Reported by the Virtual Machine Profiler

2021-11-22 Thread Tristan Konolige via Apache TVM Discuss
I'm not really sure what you mean by "actual times". The per op times reported by the profiler are the time it takes to run the op along with the time it takes to start and stop the timer. The overall times ate the end are the time from the start of the model execution to the end, including th

[Apache TVM Discuss] [Questions] Time Reported by the Virtual Machine Profiler

2021-11-21 Thread Alan Nair via Apache TVM Discuss
Are the times reported by `tvm.runtime.profiler_vm.VirtualMachineProfiler`'s `profile()` function the actual times observed on running inference on the target device? --- [Visit Topic](https://discuss.tvm.apache.org/t/time-reported-by-the-virtual-machine-profiler/11522/1) to respond. Y