aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/direct_tensor_store.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-3/+3
* Add search::tensor::SubspaceType.Tor Egge2022-11-041-1/+2
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-2/+3
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-4/+2
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-7/+43
* Move tracking of datastore buffer statistics to separate classes.Geir Storli2022-10-061-1/+1
* Adjust variable names.Tor Egge2022-10-061-3/+3
* Use vespalib::datastore::CompactionContext when compacting tensor attributes.Tor Egge2022-10-061-0/+22
* - Optimize get_tensor_ref optimizing for no branches on happy path.Henning Baldersheim2022-06-011-11/+0
* Let empty entry BufferType sentinel be static instead of globalTor Brede Vekterli2022-03-281-1/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* use size literals in searchlibArne Juul2021-02-151-1/+2
* Have the BufferType::_emptyEntry be static.Henning Baldersheim2021-01-101-1/+2
* handle both engine- and factory-based tensorsArne Juul2020-10-151-3/+3
* use MemoryUsage from TensorArne Juul2020-09-091-4/+4
* Add destructor for direct tensor store.Tor Egge2020-09-041-0/+2
* Move unique_ptr when creating shared_ptr.Geir Storli2020-09-021-1/+1
* Enable free lists for DirectTensorStore.Geir Storli2020-09-021-0/+1
* Track heap allocated memory for tensors in DirectTensorStore.Geir Storli2020-09-021-11/+35
* set_tensor() -> store_tensor() to better reflect intentArne Juul2020-09-011-1/+1
* Implement store for heap allocated tensors.Geir Storli2020-08-311-0/+62