aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/direct_tensor_attribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Setup hnsw index for mixed tensor types.Tor Egge2022-11-231-2/+2
* Add search::tensor::DocVectorAccess::get_vectors() member function.Tor Egge2022-11-031-1/+9
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-1/+10
* Use member functions in TensorAttribute.Tor Egge2022-11-011-17/+0
* Rename clearHoldLists() -> reclaim_all_memory().Geir Storli2022-10-121-1/+1
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-1/+1
* Remove unused includes.Tor Egge2022-10-071-6/+0
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-46/+0
* Rename search::tensor::DirectTensorStore::get_tensor to get_tensor_ptr.Tor Egge2022-10-071-3/+3
* Use vespalib::datastore::CompactionContext when compacting tensor attributes.Tor Egge2022-10-061-7/+0
* Use braces.Henning Baldersheim2022-06-021-2/+2
* - Optimize get_tensor_ref optimizing for no branches on happy path.Henning Baldersheim2022-06-011-13/+7
* Use AtomicEntryRef in tensor attribute.Tor Egge2022-03-211-5/+5
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-271-1/+0
* 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-4/+20
* avoid extra Value copy when updating DirectTensorAttributeArne Juul2021-01-121-0/+11
* remove EngineOrFactoryHÃ¥vard Pettersen2020-12-041-4/+4
* handle both engine- and factory-based tensorsArne Juul2020-10-151-9/+10
* Support accessing tensor refs directly when using an imported DirectTensorAtt...Geir Storli2020-09-041-6/+0
* Avoid link errors with more inlining.Tor Egge2020-09-031-0/+1
* set_tensor() -> store_tensor() to better reflect intentArne Juul2020-09-011-2/+3
* add DirectTensorAttribute implementationArne Juul2020-09-011-5/+86
* rename utility class and add documentation commentArne Juul2020-08-281-4/+4
* avoid mis-use of std::vectorArne Juul2020-08-271-2/+5
* add skeleton for DirectTensorAttributeArne Juul2020-08-271-0/+49