aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/dense_tensor_attribute_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* rename extract_dense_view -> extract_cells_refArne Juul2020-12-031-1/+1
* track API changesArne Juul2020-12-031-2/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-1/+0
* Support accessing tensor refs directly when using an imported DirectTensorAtt...Geir Storli2020-09-041-3/+3
* Keep the serialzation of the cells with the serialization for now.Henning Baldersheim2019-04-031-4/+2
* Add read interface for tensor attribute, used by tensor attribute featureTor Egge2018-01-181-4/+4
* clean up tensor engine APIHÃ¥vard Pettersen2017-11-071-4/+2
* 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
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-1/+0
* Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-091-2/+2
* Use methods on input and output objects to get/set feature values instead ofTor Egge2016-12-081-1/+1
* Stop allocating mutable dense tensor view object on heap.Tor Egge2016-12-051-6/+3
* Move tensor attribute to search::tensor namespace.Tor Egge2016-11-301-1/+1
* Avoid de-referring tensor value per document, keep it as a member variable.Geir Storli2016-11-031-3/+4
* Avoid downcasting.Geir Storli2016-11-031-17/+6
* Add executor for extracting tensors from dense tensor attribute (without copy...Geir Storli2016-11-021-0/+44