aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/distance_functions.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* remove unused distance functionsArne Juul2023-04-271-1/+0
* add BoundPrenormalizedAngularDistanceArne Juul2023-04-251-0/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* fix NNS distance for new cell typesArne Juul2021-04-121-241/+6
* Revert "fix NNS distance for new cell types"Arnstein Ressem2021-04-121-6/+241
* fix NNS distance for new cell typesArne Juul2021-04-091-241/+6
* define two constantsArne Juul2021-01-081-6/+12
* add method for threshold->internal distanceArne Juul2021-01-081-0/+18
* track TypedCells moveArne Juul2020-10-011-16/+16
* add "Hamming" distance metric for ANNArne Juul2020-09-041-0/+40
* use km as unit for distances from geo-degrees metricArne Juul2020-08-161-2/+2
* update commentArne Juul2020-06-291-1/+2
* adjust angular distance slighlyArne Juul2020-06-261-17/+11
* add "InnerProduct" distance metricArne Juul2020-06-251-3/+44
* Revert "Revert "When we pull in a cacheline, we should use it too.""Henning Baldersheim2020-06-081-2/+2
* Revert "When we pull in a cacheline, we should use it too."Harald Musum2020-06-081-2/+2
* - Stick to void * and byte offsets.Henning Baldersheim2020-06-071-2/+2
* add reference and refactorArne Juul2020-03-241-7/+10
* unit test distance functionsArne Juul2020-03-241-1/+2
* output distance in metersArne Juul2020-03-241-7/+12
* more distance functionsArne Juul2020-03-231-0/+102
* Stick with one way of getting an accelrator.Henning Baldersheim2020-03-201-3/+3
* Use a common accelrator instance.Henning Baldersheim2020-03-191-1/+1
* Followup from code review.Henning Baldersheim2020-03-101-1/+2
* Moved to hw accelrated module.Henning Baldersheim2020-03-101-26/+0
* Use method from vespalib::hwaccelratedHenning Baldersheim2020-03-101-31/+12
* First version of hardware accelerated calculation of the square of the standa...Geir Storli2020-03-061-2/+45
* Instantiate nearest neighbor (hnsw) index in dense tensor attribute when spec...Geir Storli2020-02-201-0/+1
* Remove unneeded "template" keyword.Geir Storli2020-02-111-2/+2
* Add interface used to calculate the distance between two n-dim vectors.Geir Storli2020-02-101-0/+34