aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/direct_tensor_attribute.h
Commit message (Expand)AuthorAgeFilesLines
* - Optimize distance calculation for tensors with single dense subspace.Henning Baldersheim2024-04-161-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Make DirectTensorAttribute::set_tensor member function private.Tor Egge2023-03-021-1/+1
* Setup hnsw index for mixed tensor types.Tor Egge2022-11-231-1/+2
* Add search::tensor::DocVectorAccess::get_vectors() member function.Tor Egge2022-11-031-0/+1
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-0/+3
* Use member functions in TensorAttribute.Tor Egge2022-11-011-1/+0
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-2/+0
* Use vespalib::datastore::CompactionContext when compacting tensor attributes.Tor Egge2022-10-061-2/+0
* - Optimize get_tensor_ref optimizing for no branches on happy path.Henning Baldersheim2022-06-011-8/+8
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-121-1/+1
* move getting tensor into the attribute codeArne Juul2021-02-221-1/+1
* avoid extra Value copy when updating DirectTensorAttributeArne Juul2021-01-121-0/+3
* Fix forward declarations.Tor Egge2020-10-161-1/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-4/+7
* Support accessing tensor refs directly when using an imported DirectTensorAtt...Geir Storli2020-09-041-2/+2
* add DirectTensorAttribute implementationArne Juul2020-09-011-2/+4
* add skeleton for DirectTensorAttributeArne Juul2020-08-271-0/+25