I am trying to compute KNN neighbours with Mahalanobis distance instead of L1 or L2 norm
I am getting the error of multiplying Tensor with Lazy Tensor.
Any ideas how solve this problem using Lazy tensors or gpu libaries which already solve this ?