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
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