Function matmul_f64

Source
pub fn matmul_f64(x: &GenTensor<f64>, y: &GenTensor<f64>) -> GenTensor<f64>