pub fn dequantize<R>(tensor: CubeTensor<R>, dtype: DType) -> CubeTensor<R>where
R: CubeRuntime,Expand description
Convert the tensor back to a higher precision data type.
pub fn dequantize<R>(tensor: CubeTensor<R>, dtype: DType) -> CubeTensor<R>where
R: CubeRuntime,Convert the tensor back to a higher precision data type.