aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/cell_type.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid pulling in stringfmt.h in by moving code to .cpp file.Henning Baldersheim2022-05-311-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* review follow-up:Arne Juul2021-03-251-1/+3
* add cell types int8 and bfloat16Arne Juul2021-03-231-8/+20
* make reduce() and peek() CellMeta member functionsArne Juul2021-03-151-6/+3
* fix CellMeta reduceArne Juul2021-03-151-2/+1
* use CellMeta::join and reduce to compute result cell typeArne Juul2021-03-151-6/+4
* use std::forward on functionArne Juul2021-03-121-2/+2
* avoid duplicating switchesArne Juul2021-03-121-11/+2
* avoid cell type switchHåvard Pettersen2021-03-111-25/+7
* make cell meta members constHåvard Pettersen2021-03-101-15/+41
* added alias for converting cell type to actual typeHåvard Pettersen2021-03-101-0/+1
* cell meta with both compile-time and run-time resolvingHåvard Pettersen2021-03-091-15/+149
* enable use of cell_cast in expressionsHåvard Pettersen2021-03-021-0/+5
* Port to gcc 8.Tor Egge2020-12-061-2/+2
* remove superfluous additionsArne Juul2020-11-241-34/+0
* add CellTypeUtils class with various static constexpr methodsArne Juul2020-11-231-2/+56
* move CellType up to eval namespaceArne Juul2020-11-191-0/+39