Commit 37c1958
authored
Arm backend: Dont try to fuse const for TOSA ops (#13575)
### Summary
The TOSA ops doesn't have any backed reference implementation, so avoid
trying to fuse constant ops and leave for the backend compiler to do the
work.
### Test plan
Tested through unit tests.
cc @digantdesai @freddan80 @zingo @oscarandersson8218
Signed-off-by: Per Åstrand <[email protected]>1 parent def4c64 commit 37c1958
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
0 commit comments