Function dequantize

Source
pub fn dequantize<R, F>(tensor: CubeTensor<R>) -> CubeTensor<R>
where R: CubeRuntime, F: CubeElement,
Expand description

Convert the tensor back to a higher precision data type.