DequantizeΒΆ

Returns an fp32 Tensor by dequantizing a quantized Tensor.

Abstract Signature:

Dequantize(tensor: Tensor)

PyTorch

API: torch.dequantize
Strategy: Direct Mapping

TensorFlow

API: tf.quantization.dequantize
Strategy: Direct Mapping

Apple MLX

API: mlx.core.dequantize
Strategy: Direct Mapping