torch_dequantize | R Documentation |
Dequantize
torch_dequantize(tensor)
tensor |
(Tensor) A quantized Tensor or a list oof quantized tensors |
Returns an fp32 Tensor by dequantizing a quantized Tensor
Given a list of quantized Tensors, dequantize them and return a list of fp32 Tensors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.