summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/pow_as_map_optimizer
Commit message (Collapse)AuthorAgeFilesLines
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* use list_stable_types and list_unstable_typesArne Juul2021-03-261-2/+2
|
* handle new cell types in optimizer testsArne Juul2021-03-231-4/+6
|
* rewrite PowAsMapOptimizer testArne Juul2021-03-171-37/+35
|
* adjust param repo add options and remove seq_biasHÃ¥vard Pettersen2021-02-051-4/+4
| | | | GenSpec is now implicitly convertible to TensorSpec
* followup on GenSpec after reviewArne Juul2021-02-021-4/+2
| | | | | | * avoid changing layouts in-place, call cpy() first * do cells_float() vs cells_double() more equally * minor cosmetic fixes
* use GenSpec in pow_as_map_optimizer_testArne Juul2021-02-021-8/+10
|
* move files according to class nameArne Juul2021-01-211-1/+0
| | | | * drop unnecessary includes
* extend PowAsMap to handle mixed tensorsArne Juul2021-01-192-0/+99