summaryrefslogtreecommitdiffstats
path: root/eval/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Implement remove operation for sparse tensor.Geir Storli2019-02-201-0/+1
|
* Rename unit test tensor_modify -> tensor_modify_operation.Geir Storli2019-02-081-1/+1
|
* Implement add() function on vespalib::tensor::Tensor for adding a set of ↵Geir Storli2019-02-081-0/+1
| | | | | | cells to the tensor. Currently only supported for sparse tensor.
* Apply tensor modify update to given field value.Tor Egge2019-02-011-0/+1
|
* experiment with generic typification multi-dispatchHåvard Pettersen2018-04-111-0/+1
|
* added dense 'add dimension' optimizerHåvard Pettersen2018-03-201-0/+1
|
* added dense remove dimension optimizerHåvard Pettersen2018-03-191-0/+1
|
* 'fast rename' is now an optimizer using the 'replace type' functionHåvard Pettersen2018-03-161-1/+1
|
* added generic DenseReplaceTypeFunction with testHåvard Pettersen2018-03-151-0/+1
|
* use ObjectVisitor to debug dump TensorFunction treesHåvard Pettersen2018-03-131-0/+1
|
* add inplace joinArne Juul2018-03-011-0/+1
|
* added inplace map operation for mutable concrete dense tensorsHåvard Pettersen2018-03-011-1/+2
| | | | also added support for specifying mutable inputs in evaluation fixture
* added optimizer for fast non-transposing dense tensor renamingHåvard Pettersen2018-02-221-0/+1
|
* gc deprecated testsHåvard Pettersen2018-02-091-1/+0
|
* add VectorFromDoubles tensor functionArne Juul2018-02-061-0/+1
|
* separate optimize and compile conceptsHåvard Pettersen2018-01-151-1/+1
| | | | | | | | optimize: tensor function -> tensor function compile: node tree -> tensor function node trees now contain tensor functions to support direct recursive mixed-mode evaluation.
* initial experimentation with genetic programmingHåvard Pettersen2018-01-091-3/+5
|
* implement and test XW productArne Juul2017-11-301-0/+1
|
* application to facilitate cross-language tensor conformance testing - WIPHåvard Pettersen2017-09-281-0/+1
| | | | with a few smoke tests to show the format
* 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
|
* test tensor binary formatHaavard2017-05-101-0/+2
|
* analyze parameter usageHaavard2017-03-021-1/+2
|
* added test for aggregatorsHaavard2017-01-271-0/+1
|
* build 'eval' as a single libraryHaavard2017-01-231-0/+1
|
* wire in eval module in cmake build treeHaavard2017-01-231-0/+42