summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/dense_tensor_function_compiler/dense_tensor_function_compiler_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* separate optimize and compile conceptsHåvard Pettersen2018-01-151-153/+0
| | | | | | | | optimize: tensor function -> tensor function compile: node tree -> tensor function node trees now contain tensor functions to support direct recursive mixed-mode evaluation.
* replace appropriate sub-expressions with dense xw productHåvard Pettersen2017-12-011-2/+85
|
* use const references and stash instead of UPHåvard Pettersen2017-11-091-11/+16
|
* use new api in tensor function irHåvard Pettersen2017-10-241-4/+4
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* make eval module compile and testHaavard2017-01-231-2/+2
|
* move codeHaavard2017-01-231-0/+65