Commit 168b17e
[tmva][sofie] Fix ONNX fusion child indexing
nodesChildren is keyed by original graph node indices, while the parse
loop iterates over nodesOrder positions. Use nodesOrder[i] to retrieve
the correct child list for the currently parsed node and avoid incorrect
fusion pairing on reordered graphs.1 parent 0e45a9e commit 168b17e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
876 | | - | |
| 876 | + | |
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
| |||
0 commit comments