Commit be51b98
fix: assign descriptive node names to lifted Constant nodes
Use f'initializer_{value.name}' as the node name for Constant nodes
created by lift_initializers_to_constants. This follows the same
likely-unique heuristic as the builder's own naming scheme
(f'{op_type}_node_{count}') and makes lifted constants easily
identifiable in the graph.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: G Ramalingam <grama@microsoft.com>1 parent 95ac6df commit be51b98
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
0 commit comments