pub fn launch_ref<R: Runtime, F: Float>(
client: &ComputeClient<R::Server>,
values: &TensorHandleRef<'_, R>,
output: &TensorHandleRef<'_, R>,
params: &TensorHandleRef<'_, R>,
scheme: &QuantScheme,
)Expand description
Convert the tensor back to a higher precision data type.