aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/dense_multi_matmul_function
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Eliminate inline warning in dense multi matmul function unit test.Tor Egge2023-06-061-2/+2
|
* 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/+5
|
* rewrite DenseMultiMatMulFunction testArne Juul2021-03-171-84/+52
|
* use GenSpec in dense_multi_matmul_function_testArne Juul2021-02-031-16/+24
|
* test with FastValue instead of DefaultTensorEngineArne Juul2020-11-271-23/+0
|
* test with FastValueBuilderFactory alsoArne Juul2020-11-121-6/+29
|
* drop un-needed includesArne Juul2020-11-121-11/+6
|
* avoid using namespace vespalib::tensorArne Juul2020-11-121-2/+1
|
* move "keep as-is" optimizersArne Juul2020-11-122-0/+169
* from eval/tensor/dense to eval/instruction * minimal changes to track move in this commit