aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/distance_functions.h
blob: 2ff75c3a20795fcaec0bb514410e4846f4ee38c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include "distance_function.h"
#include "angular_distance.h"
#include "euclidean_distance.h"
#include "geo_degrees_distance.h"
#include "hamming_distance.h"
#include "prenormalized_angular_distance.h"