Shortcuts

torch.dequantize

torch.dequantize(tensor)Tensor

Returns an fp32 Tensor by dequantizing a quantized 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

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources