aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/generic_rename/generic_rename_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Avoid compiler warning about dangling pointer to unnamed temporary.Tor Egge2022-02-251-0/+6
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* all scalars must be doubleHåvard Pettersen2021-03-041-3/+3
| | | | and all operation results must be at least float
* send result type as first arg to all make_instruction methodsArne Juul2021-03-041-1/+2
|
* use CellTypeUtils::list_types to loop over possible cell types in testsArne Juul2021-03-031-3/+2
|
* use SmallVector in GenericRenameArne Juul2021-03-011-3/+3
|
* 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_rename_testArne Juul2021-02-011-25/+24
|
* remove immediate APIArne Juul2020-12-031-25/+0
|
* move reference operations to a common placeArne Juul2020-11-251-16/+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 formsArne Juul2020-10-191-0/+25
|
* allow interpreted function to use new generic operationsHåvard Pettersen2020-10-121-1/+1
| | | | update conformance test to also test with SimpleValue and FastValue
* generic reduceHåvard Pettersen2020-10-021-4/+4
|
* implement reference rename without using SimpleTensorEngineHåvard Pettersen2020-09-281-7/+23
|
* move generic join into its own filesArne Juul2020-09-241-3/+4
|
* add new generic rename and testArne Juul2020-09-241-0/+128