aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/imported_tensor_attribute_vector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Creating the document metastore read guard is expensive and is not necessary ...Henning Baldersheim2022-06-041-1/+7
* Let ImportedAttributesRepo return a reference to a shared_ptr instead of a sh...Henning Baldersheim2022-06-031-4/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-3/+1
* Add shared pointer to document meta store context for referencedTor Egge2018-04-231-4/+8
* Change target attribute type in ImportedAttributeVector toTor Egge2018-04-201-2/+2
* Add type-safe down-cast to ITensorAttribute in IAttributeVector and use this ...Geir Storli2018-04-191-4/+2
* Change ImportedTensorAttributeVector to no longer implement ITensorAttribute ...Geir Storli2018-04-191-24/+0
* Add ReadableAttributeVector interface used to create a short-lived read guard...Geir Storli2018-04-191-1/+1
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-191-3/+2
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-231-0/+72
* Revert "Add imported tensor attribute vector"HÃ¥kon Hallingstad2018-01-231-72/+0
* Add imported tensor attribute vector read guard.Tor Egge2018-01-221-0/+8
* Add imported tensor attribute vector.Tor Egge2018-01-221-0/+64