torch.dequantize¶
-
torch.
dequantize
(tensor) → Tensor¶ Given a quantized Tensor, dequantize it and return an fp32 Tensor
- Parameters
tensor (Tensor) – A quantized Tensor
-
torch.
dequantize
(tensors) → sequence of Tensors
Given a list of quantized Tensors, dequantize them and return a list of fp32 Tensors
- Parameters
tensors (sequence of Tensors) – A list of quantized Tensors