summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features
Commit message (Expand)AuthorAgeFilesLines
* report onnx model evaluation as an issueHåvard Pettersen2021-10-131-0/+14
* Update Verizon Media copyright notices.gjoranv2021-10-078-8/+8
* Update 2017 copyright notices.gjoranv2021-10-0750-50/+50
* avoid crash on run-time onnx errorsHåvard Pettersen2021-08-113-9/+12
* dry run onnx models on setupHåvard Pettersen2021-06-234-3/+78
* also test tensorFromLabels with single-value integer attributeArne Juul2021-06-181-0/+18
* use explicit expression nameHåvard Pettersen2021-06-021-11/+11
* external ranking expressionsHåvard Pettersen2021-05-201-6/+23
* Revert "external ranking expressions"Harald Musum2021-05-201-23/+6
* external ranking expressionsHåvard Pettersen2021-05-181-6/+23
* support functional constantsHåvard Pettersen2021-05-111-1/+45
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-301-1/+1
* all scalars must be doubleHåvard Pettersen2021-03-042-3/+3
* - Add the cost to expensive tests.Henning Baldersheim2021-01-131-1/+1
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-025-31/+34
* avoid using vespalib::tensor directlyArne Juul2020-11-271-6/+14
* use factory.from_spec() instead of tensor::makeTensor<T>Arne Juul2020-11-271-29/+29
* cosmetic cleanupsArne Juul2020-10-152-4/+2
* simplifyArne Juul2020-10-152-6/+2
* handle both engine- and factory-based tensorsArne Juul2020-10-155-57/+54
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-052-2/+0
* handle onnx model config for inputs and outputsHåvard Pettersen2020-09-221-5/+21
* normalize input and output namesHåvard Pettersen2020-09-034-0/+73
* Merge pull request #14227 from vespa-engine/havardpe/handle-onnx-models-configHåvard Pettersen2020-09-021-3/+1
|\
| * handle onnx models configHåvard Pettersen2020-09-011-3/+1
* | unit test direct tensor reference as wellArne Juul2020-09-011-5/+32
|/
* infer unknown onnx dimension sizesHåvard Pettersen2020-08-271-1/+14
* also test new distance outputsArne Juul2020-08-252-9/+26
* onnx ranking featureHåvard Pettersen2020-08-212-0/+109
* add more outputs to distance featureArne Juul2020-08-121-2/+2
* remove fef::Location, use common::GeoLocationSpec insteadArne Juul2020-07-161-11/+18
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Merge pull request #13741 from vespa-engine/balder/unique-2-globalsequenceHenning Baldersheim2020-06-301-8/+19
|\
| * Followup from PR comments.Henning Baldersheim2020-06-301-13/+10
| * Rename unique feature to globalsequence.Henning Baldersheim2020-06-291-8/+22
* | Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
|/
* Follow up on PR comments.Henning Baldersheim2020-06-231-2/+0
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-222-0/+23
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-252-4/+4
* - Add testing of enumerated weighted sets.Henning Baldersheim2020-03-311-4/+6
* Merge pull request #12618 from vespa-engine/balder/use-fast-map-for-few-elementsHenning Baldersheim2020-03-191-4/+6
|\
| * Special handle for non-enumerated integer fields too.Henning Baldersheim2020-03-181-4/+6
* | change NNS rawscore so it is a closeness not a distanceArne Juul2020-03-192-8/+8
* | refactor common test code to reduce duplicationArne Juul2020-03-183-60/+3
* | use label marker for distance and closeness featuresArne Juul2020-03-174-6/+200
|/
* review follow-upArne Juul2020-03-162-3/+4
* add unit test for extended distance featureArne Juul2020-03-132-0/+185
* test must now setup field info correctlyArne Juul2020-03-121-2/+13
* Test must specify field type.Henning Baldersheim2020-03-051-4/+5
* Add tests for bool, byte, long, and double attributes.Henning Baldersheim2020-02-241-7/+35