aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/distance_function_factory.cpp
Commit message (Expand)AuthorAgeFilesLines
* garbage collect unused APIarnej/remove-convert-in-calculatorArne Juul2023-04-261-2/+1
* use switch not multiple ifsArne Juul2023-04-251-30/+28
* add BoundHammingDistanceArne Juul2023-04-251-3/+5
* remove unused method from APIArne Juul2023-04-251-2/+1
* add BoundGeoDistanceArne Juul2023-04-251-1/+1
* add BoundPrenormalizedAngularDistanceArne Juul2023-04-251-0/+14
* also add BoundEuclideanDistanceArne Juul2023-04-241-0/+7
* Merge pull request #26791 from vespa-engine/arnej/bound-angularArne H Juul2023-04-201-0/+6
|\
| * add BoundAngularDistanceArne Juul2023-04-201-0/+6
* | add two names for distance metricsArne Juul2023-04-201-0/+1
|/
* follow-up after reviewArne Juul2023-04-191-10/+10
* add mimimal version of BoundDistanceFunctionArne Juul2023-04-191-2/+54
* - Use the optimized int8_t euclidian distance calculation.Henning Baldersheim2021-11-261-0/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* let the distance function decide how it wants the query tensor convertedArne Juul2021-04-121-5/+5
* fix NNS distance for new cell typesArne Juul2021-04-121-35/+26
* Revert "fix NNS distance for new cell types"Arnstein Ressem2021-04-121-26/+35
* fix NNS distance for new cell typesArne Juul2021-04-091-35/+26
* track CellType moveArne Juul2020-11-201-6/+7
* add "Hamming" distance metric for ANNArne Juul2020-09-041-0/+7
* add "InnerProduct" distance metricArne Juul2020-06-251-0/+7
* split out DistanceFunction factoryArne Juul2020-03-231-0/+41