aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/imported_tensor_attribute_vector_read_guard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add SerializedTensorRef.Tor Egge2023-02-221-0/+13
* Add support for multiple vectors per document in exact distance calculator.Geir Storli2022-11-241-0/+13
* Creating the document metastore read guard is expensive and is not necessary ...Henning Baldersheim2022-06-041-3/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* rename extract_dense_view -> extract_cells_refArne Juul2020-12-031-2/+2
* extract_dense_view can just return the cells referenceArne Juul2020-12-031-3/+3
* no need to copy by value here eitherArne Juul2020-11-181-1/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-6/+4
* Support accessing tensor refs directly when using an imported DirectTensorAtt...Geir Storli2020-09-041-2/+8
* Expose information from tensor attribute and hnsw index in state explorer for...Geir Storli2020-03-241-0/+6
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-2/+2
* Change target attribute type in ImportedAttributeVector toTor Egge2018-04-201-1/+1
* Use forward declared ReferenceAttribute.Tor Egge2018-04-201-0/+1
* Assert that attribute can be down-casted to tensor attribute.Geir Storli2018-04-191-1/+13
* Add type-safe down-cast to ITensorAttribute in IAttributeVector and use this ...Geir Storli2018-04-191-1/+7
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-191-10/+3
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-231-0/+53
* Revert "Add imported tensor attribute vector"HÃ¥kon Hallingstad2018-01-231-53/+0
* Add imported tensor attribute vector read guard.Tor Egge2018-01-221-0/+53