[Minor] PTQ should clean input tensor
After PTQ, input tensor are in Float32 because of calibration.
This is annoying as this means we always need to remove tensor or convert them to int32/int8 manually.
PTQ method should clean and remove input tensor afterwards. This ways a simple graphView setDatatype will be enough to use the graph.