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
Fix transpose of empty initializers called from constant folding (microsoft#25922)
### Description
ConstantFolding crashes when a constant empty initializer is transposed.
### Motivation and Context
This rare case happened when converting a LLM into onnx with static
shape.
0 commit comments