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.
pub fn dequantize<R, F>(tensor: JitTensor<R>) -> JitTensor<R>where
R: JitRuntime,
F: FloatElement,Convert the tensor back to a higher precision data type.