aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/tensor
Commit message (Expand)AuthorAgeFilesLines
* Rename searchlib library to vespa_searchlib.Tor Egge2024-06-201-1/+1
* Rewrite unit test for attribute and query features with tensors to gtest.Tor Egge2024-02-192-50/+53
* Factor out FtTestApp.Tor Egge2024-01-091-8/+8
* Update copyrightJon Bratseth2023-10-092-2/+2
* Make DirectTensorAttribute::set_tensor member function private.Tor Egge2023-03-021-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-2/+1
* support default tensor values for query featureHåvard Pettersen2022-05-131-0/+15
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* all scalars must be doubleHåvard Pettersen2021-03-041-1/+1
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-18/+18
* use factory.from_spec() instead of tensor::makeTensor<T>Arne Juul2020-11-271-29/+29
* handle both engine- and factory-based tensorsArne Juul2020-10-151-19/+18
* unit test direct tensor reference as wellArne Juul2020-09-011-5/+32
* remove DefaultTensor type wrapperHåvard Pettersen2019-06-031-4/+1
* remove tensor factoryHåvard Pettersen2019-05-311-2/+0
* Stop using TensorMapper in query QueryBlueprint.Tor Egge2019-03-181-40/+28
* Remove files used by old unit test runner.Tor Egge2019-02-191-1/+0
* clean up tensor engine APIHåvard Pettersen2017-11-071-1/+1
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-041-5/+6
* Add dense and sparse dot product support for imported attributesTor Brede Vekterli2017-04-031-1/+1
* lazy evaluate ranking expressionsHaavard2017-02-231-7/+5
* make stuff compile and testHaavard2017-01-231-6/+6
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-0/+1
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-1/+1
* use spec to make tensorsHaavard2016-11-031-30/+30
* Move tensor attribute source to separate directory.Tor Egge2016-10-181-2/+1
* Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-151-2/+2
* Factor out AsTensor and AsEmptyTensor to test library.Tor Egge2016-08-301-41/+1
* Create empty tensor with correct tensor type in attribute and query features.Geir Storli2016-06-221-16/+36
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-154-0/+247