You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize DeduplicateInitializersPass with shape/dtype grouping and subgraph traversal
Address reviewer feedback:
- Optimized memory by grouping by dtype and shape before comparing values
- Used iterate_graph to handle subgraphs
- Validated on normal and subgraph models; deduplication works as expected
Signed-off-by: Abhishek Herbert Samuel <[email protected]>
0 commit comments