Commit 3755d3b
authored
Arm backend: Correct checking of args in aot_arm_compiler (#17476)
`args.quantize` can never be `None` (since it is a `bool` and not an
`Optional`). Correct a error check to instead check that it's `False`.
Signed-off-by: Martin Lindström <Martin.Lindstroem@arm.com>1 parent 5b99643 commit 3755d3b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
| 633 | + | |
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
| |||
0 commit comments