aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/generic_concat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move the ValueBuilder stuff from value.h to value_builder_factory.h as that i...Henning Baldersheim2022-06-021-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* use TypifyCellMeta in GenericConcatArne Juul2021-03-111-3/+7
* wire result type into Param structsArne Juul2021-03-081-4/+5
* send result type as first arg to all make_instruction methodsArne Juul2021-03-041-1/+3
* use SmallVector in GenericConcatArne Juul2021-03-011-1/+1
* forward index for concat of mixed tensor with dense tensorArne Juul2021-01-151-0/+40
* use string ids as tensor labelsHåvard Pettersen2021-01-051-4/+4
* remove old dense vectorsArne Juul2020-12-081-1/+0
* DenseTensorView -> DenseValueViewArne Juul2020-12-041-1/+1
* remove immediate APIArne Juul2020-12-031-20/+0
* let fast path allocate uninitialized cell valuesHåvard Pettersen2020-10-261-1/+1
* add "immediate" forms for generic operations (temporary fallback)Arne Juul2020-10-191-11/+32
* Don't shadow output_size member variable.Tor Egge2020-10-141-4/+4
* move wrap/unwrap param utilities to their own header fileArne Juul2020-10-121-10/+3
* handle concat(vector of float, double)Arne Juul2020-10-081-12/+13
* add optimization for the simplest dense-only concat caseArne Juul2020-10-081-2/+31
* cleanup after reviewArne Juul2020-10-081-6/+4
* do per-parameter resolving in a method and only keep the results we needArne Juul2020-10-081-17/+16
* do not merge concat dimension with any othersArne Juul2020-10-081-9/+15
* out_loop_cnt is not needed in the final planArne Juul2020-10-061-0/+1
* make SparseJoinState visible in header fileArne Juul2020-10-061-44/+0
* also merge similar casesArne Juul2020-10-051-4/+2
* add generic_concat, with testArne Juul2020-10-051-0/+231