aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/generic_peek
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* all scalars must be doubleHåvard Pettersen2021-03-041-3/+3
| | | | and all operation results must be at least float
* Merge pull request #16788 from ↵Håvard Pettersen2021-03-041-1/+1
|\ | | | | | | | | vespa-engine/arnej/move-normalize-to-reference-operations Arnej/move normalize to reference operations
| * no need to normalize output from reference operations anymoreArne Juul2021-03-041-1/+1
| |
* | swap type args for GenericPeek::make_instructionArne Juul2021-03-041-1/+1
|/ | | | | * prepare to send result type as first argument to all make_instruction methods.
* 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
* 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
* copy gen spec to avoid sticky changesHåvard Pettersen2021-02-011-2/+2
|
* use GenSpec in generic_peek_testArne Juul2021-02-011-18/+18
|
* renumber Peek children, the sequelArne Juul2020-11-301-1/+2
| | | | | | * change the ReferenceOperations peek API also, putting the input parameter as the first child, and numbering child indexes in the Spec starting at 1.
* renumber Peek childrenArne Juul2020-11-271-1/+1
| | | | | | * in the Peek::Spec, children now start at 1. 0 is reserved for the "input" (peeked child) parameter. This corresponds to child numbering in the tensor function.
* add normalize() method to tensorspecArne Juul2020-11-251-3/+1
|
* move spec normalization out from reference operation to unit testArne Juul2020-11-251-1/+3
|
* move reference operations to a common placeArne Juul2020-11-251-39/+16
| | | | | | | * lift reference implementations from unit tests * write a reference TensorCreate implementation * use these from unit tests * some minor cosmetic changes with structured bindings
* Avoid clang 11 warnings.Tor Egge2020-11-101-2/+2
|
* also verify peek wiring in TensorFunctionArne Juul2020-11-021-0/+34
|
* add GenericPeek instructionArne Juul2020-11-022-0/+211