diff --git a/prototorch/functions/distances.py b/prototorch/functions/distances.py index b88082e..3fa1ae8 100644 --- a/prototorch/functions/distances.py +++ b/prototorch/functions/distances.py @@ -69,3 +69,7 @@ def lomega_distance(x, y, omegas): distances = torch.sum(differences_squared, dim=2) distances = distances.permute(1, 0) return distances + + +# Aliases +sed = squared_euclidean_distance