aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/generic_map
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* prepare GenericMap for different input/output cell typesArne Juul2021-03-111-2/+4
| | | | | * also, use apply_op1_vec when possible, from MixedMapFunction * now uses a MapParam, to wire the result type in an uniform manner
* all scalars must be doubleHåvard Pettersen2021-03-041-4/+4
| | | | and all operation results must be at least float
* send result type as first arg to all make_instruction methodsArne Juul2021-03-041-1/+3
|
* use CellTypeUtils::list_types to loop over possible cell types in testsArne Juul2021-03-031-3/+2
|
* adjust param repo add options and remove seq_biasHåvard Pettersen2021-02-051-2/+2
| | | | GenSpec is now implicitly convertible to TensorSpec
* Merge pull request #16347 from vespa-engine/arnej/genspec-review-followupArne H Juul2021-02-031-3/+5
|\ | | | | followup on GenSpec after review
| * followup on GenSpec after reviewArne Juul2021-02-021-3/+5
| | | | | | | | | | | | * avoid changing layouts in-place, call cpy() first * do cells_float() vs cells_double() more equally * minor cosmetic fixes
* | Use noexcept specifier for simple lambdas.Tor Egge2021-02-021-1/+1
|/
* copy gen spec to avoid sticky changesHåvard Pettersen2021-02-011-2/+2
|
* use GenSpec in generic_map_testArne Juul2021-02-011-21/+23
|
* remove immediate APIArne Juul2020-12-031-20/+0
|
* move reference operations to a common placeArne Juul2020-11-251-12/+3
| | | | | | | * lift reference implementations from unit tests * write a reference TensorCreate implementation * use these from unit tests * some minor cosmetic changes with structured bindings
* add unit tests with FastValueBuilderFactory alsoArne Juul2020-10-221-2/+7
|
* test immediate mapArne Juul2020-10-191-0/+20
|
* wire into Map::compile_self and simplifyArne Juul2020-10-131-2/+1
|
* track API changeArne Juul2020-10-131-1/+1
|
* add GenericMapArne Juul2020-10-132-0/+77