aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/generic_peek.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid including smallvector in arrayref, then it is included 'everywhere'.Henning Baldersheim2022-09-161-0/+1
* enable making string handles directly from numbersHåvard Pettersen2022-06-161-3/+1
* Move the ValueBuilder stuff from value.h to value_builder_factory.h as that i...Henning Baldersheim2022-06-021-0/+1
* Use std::to_chars to make a string out of a 64 bit number.Henning Baldersheim2022-05-311-2/+3
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* make reduce() and peek() CellMeta member functionsArne Juul2021-03-151-1/+1
* peek input cannot be scalarArne Juul2021-03-111-1/+1
* use TypifyCellMeta in GenericPeekArne Juul2021-03-111-2/+6
* wire result type into Param structsArne Juul2021-03-081-3/+3
* swap type args for GenericPeek::make_instructionArne Juul2021-03-041-4/+4
* use std::map for named specArne Juul2021-03-021-24/+13
* trim down run-time DimSpec for GenericPeekArne Juul2021-03-021-19/+24
* 4 Child elements capacity for SmallVectorArne Juul2021-03-011-1/+1
* use SmallVector in GenericPeekArne Juul2021-03-011-16/+15
* add string_id and simplify multi-handle containerHåvard Pettersen2021-01-111-7/+7
* use string ids as tensor labelsHåvard Pettersen2021-01-051-32/+55
* renumber Peek childrenArne Juul2020-11-271-6/+8
* move Peek and Create specsArne Juul2020-11-251-1/+1
* fix bug found by AddressSanitizerArne Juul2020-11-191-2/+2
* refactor, simplify, and cleanupArne Juul2020-11-031-67/+55
* move add of input_offset to execute startupArne Juul2020-11-021-2/+2
* add GenericPeek instructionArne Juul2020-11-021-0/+364