aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/update/tensor_remove_update.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-1/+1
* Remove copy constructors.Henning Baldersheim2022-03-281-3/+2
* Avoid Identifiable for ValueUpdate. It complicates without bringing much useful.Henning Baldersheim2022-03-281-3/+2
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-1/+0
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* avoid extra Value copy when updating DirectTensorAttributeArne Juul2021-01-121-2/+4
* Fix forward declarations.Tor Egge2020-10-161-1/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-2/+2
* Convert field tensor type to tensor type for tensor remove updates.Tor Egge2019-03-071-1/+3
* Update class comments.Geir Storli2019-02-261-2/+3
* Implement skeleton of TensorRemoveUpdate with support for (de)-serialization.Geir Storli2019-02-151-0/+43