Skip to content

Commit a68decb

Browse files
cccclaifacebook-github-bot
authored andcommitted
forward fix (#11071)
Summary: Forward fix for #10584 Reviewed By: digantdesai, kirklandsign Differential Revision: D75231046
1 parent 6357580 commit a68decb

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)