Commit e2e98ee
committed
Arm backend: Fix off by one bug in print from arm_executor_runner
The arm executor runner has ET_NUM_INFERENCES set to 1 by default but
the print after run stated it has done 2 runs.
The for loop doing the execution started on 1 and checked with <=
causing the num_inferences to tick over by one.
Signed-off-by: [email protected]
Change-Id: I2aab4ea5ce95635a1ec4c2b8cd82ee5f4a78e1a41 parent 396d722 commit e2e98ee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
933 | | - | |
| 933 | + | |
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
| |||
0 commit comments