Dequantize
torch_dequantize(tensor)
tensor
: (Tensor) A quantized Tensor or a list oof quantized tensorsReturns an fp32 Tensor by dequantizing a quantized Tensor
Given a list of quantized Tensors, dequantize them and return a list of fp32 Tensors
Useful links