Safe remove quantized inititalier which may still be used (#9788)
* safe clear unused initializers.
* Force quantize by default.
* add option for force quantize.
* Add transpose to quantize_dynamic.
* optimize remove initialiers, catch error on remove input entries as
original logic.
* fix change impact on th qdq quantizer.
* Fix a typo
* add logic handle empty input/output name.