Skip to content

Commit 71275e5

Browse files
authored
forward fix
Differential Revision: D75231046 Pull Request resolved: #11071
1 parent 62a2509 commit 71275e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/qualcomm/executor_runner/qnn_executor_runner.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,12 @@ int main(int argc, char** argv) {
481481

482482
++inference_index;
483483
}
484+
ET_LOG(
485+
Info,
486+
"%d inference took %f ms, avg %f ms",
487+
inference_index,
488+
elapsed_time,
489+
elapsed_time / inference_index);
484490
} else {
485491
// if no input is provided, fill the inputs with default values
486492
auto inputs = prepare_input_tensors(*method);

0 commit comments

Comments
 (0)