Convert DQ node with const weight tensor int8 to uint8 (#12331)
Convert DQ node with const weight tensor int8 to uint8
This is a follow-up with #12088, where convert weight tensor from int8 to uint8. Here we do the same thing in DequantizeLinear node, so that we don't have to perform the same changes for every single future operator.