Fix transpose of empty initializers called from constant folding (#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.