aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/dense_tensor_attribute_executor.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* make a sub-namespace for the mutable valueArne Juul2020-12-101-1/+1
* rename to MutableDenseValueViewArne Juul2020-12-101-2/+2
* move to search::features namespaceArne Juul2020-12-101-1/+1
* move class to the only place it is usedArne Juul2020-12-101-1/+1
* track API changesArne Juul2020-12-031-1/+1
* Support accessing tensor refs directly when using an imported DirectTensorAtt...Geir Storli2020-09-041-2/+2
* nested namepace and related cleanupHenning Baldersheim2019-01-221-5/+3
* Add read interface for tensor attribute, used by tensor attribute featureTor Egge2018-01-181-3/+3
* clean up tensor engine APIHÃ¥vard Pettersen2017-11-071-1/+0
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Use overrideHenning Baldersheim2017-04-041-1/+1
* make stuff compile and testHaavard2017-01-231-2/+2
* Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-091-1/+1
* Stop allocating mutable dense tensor view object on heap.Tor Egge2016-12-051-1/+1
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-3/+3
* Avoid de-referring tensor value per document, keep it as a member variable.Geir Storli2016-11-031-1/+1
* Avoid downcasting.Geir Storli2016-11-031-1/+1
* Add executor for extracting tensors from dense tensor attribute (without copy...Geir Storli2016-11-021-0/+30