[QNN EP] Add fixing dynamic input shapes in qnn.preprocess (#25024)
### Description
- Add argument "--dynamic_input_shapes" to fix dynamic input shapes in qnn.preprocess
### Motivation and Context
- Because QNN-EP doesn't support dynamic shape, add this argument to support model with dynamic input dims but static input shape after qnn.preprocess.