Commit 3654113
committed
Arm backend: Add missing bool case in prepare_input_tensors
Before the commit that added a default case, booleans where never
handled and set to 1 instead they just passed through gracefully.
Now there is a case to handle booleans and set them to 1.
Signed-off-by: per.held@arm.com
Change-Id: I64d4cae231a258d0f732c7a12e2f0d1c3be521cf1 parent d318b3b commit 3654113
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
473 | 479 | | |
474 | 480 | | |
475 | 481 | | |
| |||
0 commit comments