Function dequantize

Source
pub fn dequantize<R, F>(tensor: JitTensor<R>) -> JitTensor<R>
where R: JitRuntime, F: FloatElement,
Expand description

Convert the tensor back to a higher precision data type.