Commit 7993bb2
authored
Arm backend: Update partitioner de-tagging iteration order (#10813)
When de-tagging tagged/partitioned nodes, the order in which we iterate
the nodes will matter as each node will make a decision based on if the
parent node is partitoned or has a compatible dtype. This change makes
sure we iterate the nodes in the order of the original graph_module.
Signed-off-by: Oscar Andersson <[email protected]>1 parent b30f912 commit 7993bb2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments