aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/tensor_buffer_store.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add max buffer size parameter to tensor buffer type mapper.Tor Egge2023-06-261-3/+4
* Align grow factor for tensor buffer store with multi value mapping.Tor Egge2023-06-261-4/+2
* Cap number of entries in a buffer to avoid very large buffers.Tor Egge2023-06-231-0/+1
* Add exponential array size growth to tensor buffer type mapper.Tor Egge2023-02-151-3/+9
* Add shared constant for PAGE_SIZE.Geir Storli2022-11-251-1/+3
* Ask array store for writable buffer.Tor Egge2022-10-141-2/+2
* Skip reclaim_labels on original buffer when it has been copied as part of com...Tor Egge2022-10-141-1/+1
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-2/+1
* Share code for loading and saving tensor attribute betweenTor Egge2022-10-071-0/+5
* Use vespalib::datastore::CompactionContext when compacting tensor attributes.Tor Egge2022-10-061-0/+20
* Use ArrayStore::allocate in TensorBufferStore::store_tensor.Tor Egge2022-10-031-5/+5
* Add TensorBufferStore.Tor Egge2022-09-301-0/+97