torch_dequantize {torch} | R Documentation |
Dequantize
Description
Dequantize
Usage
torch_dequantize(tensor)
Arguments
tensor |
(Tensor) A quantized Tensor or a list oof quantized tensors |
dequantize(tensor) -> Tensor
Returns an fp32 Tensor by dequantizing a quantized Tensor
dequantize(tensors) -> sequence of Tensors
Given a list of quantized Tensors, dequantize them and return a list of fp32 Tensors
[Package torch version 0.13.0 Index]