aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/tensor_buffer_operations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move FastValueView to separate files.Tor Egge2023-02-231-32/+1
* Add exponential array size growth to tensor buffer type mapper.Tor Egge2023-02-151-5/+5
* Avoid nullptr memcpy argument.Tor Egge2022-12-091-1/+3
* Add search::tensor::SubspaceType.Tor Egge2022-11-041-14/+12
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-1/+2
* Use set_skip_reclaim_labels() instead of get_num_subspaces_and_flag_and_set_f...Tor Egge2022-10-141-9/+9
* Skip reclaim_labels on original buffer when it has been copied as part of com...Tor Egge2022-10-141-11/+23
* Add vespalib::datastore::Aligner.Tor Egge2022-10-041-7/+7
* Extend class comment with short description of memory layout for storedTor Egge2022-09-301-5/+5
* Add tensor buffer operations.Tor Egge2022-09-301-0/+188