aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/tensor/TensorFunctionBenchmark.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Pull name upJon Bratseth2019-11-271-5/+5
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-271-4/+5
* Add and update benchmarkJon Bratseth2018-05-231-9/+9
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-7/+7
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-7/+7
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-7/+7
* Small fixes to mapped hash joinLester Solbakken2017-07-061-4/+4
* Optimize general mapped tensor joinLester Solbakken2017-07-051-4/+4
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+0
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+0
* Copyright headerJon Bratseth2017-06-131-0/+1
* Revert "Revert "Add (disabled) dense tensor binary format""Jon Bratseth2017-01-101-10/+1
* Revert "Add (disabled) dense tensor binary format"Henning Baldersheim2017-01-101-1/+10
* Add (disabled) dense tensor binary formatJon Bratseth2017-01-091-10/+1
* Faster indexed general join algorithmJon Bratseth2017-01-061-5/+15
* Optimize indexed iterator accessJon Bratseth2017-01-051-5/+5
* Optimize subspace iterationJon Bratseth2017-01-051-7/+7
* Move order check out of inner loopJon Bratseth2017-01-041-37/+10
* Revert "Revert "Bratseth/tensor subiterators""Jon Bratseth2016-12-201-16/+29
* Revert "Bratseth/tensor subiterators"Henning Baldersheim2016-12-191-29/+16
* Use int addressesJon Bratseth2016-12-191-14/+23
* Split iterating into subspaces for performanceJon Bratseth2016-12-191-10/+14
* Add value iterator and iterate in vector-vector joinJon Bratseth2016-12-171-8/+8
* Update benchmark numbersJon Bratseth2016-12-161-1/+4
* Move to iterator access where possibleJon Bratseth2016-12-161-4/+5
* Better benchmarkingJon Bratseth2016-12-161-16/+64
* CleanupJon Bratseth2016-12-161-9/+8
* More testing and avoid creating mixed typesJon Bratseth2016-12-141-1/+1
* Support subspace join optimization for indexed tensorsJon Bratseth2016-12-141-1/+2
* Optimize subspace joinJon Bratseth2016-12-141-3/+4
* Use tensor implementation independent build APIJon Bratseth2016-12-131-1/+0
* Tensor implementation independent builder APIJon Bratseth2016-12-131-34/+13
* Minor cleanupJon Bratseth2016-12-131-10/+2
* MapTensor -> MappedTensorJon Bratseth2016-12-121-6/+16
* Optimize moreJon Bratseth2016-12-091-9/+14
* Optimize some indexed tensor operationsJon Bratseth2016-12-081-20/+44
* Benchmark indexed joinJon Bratseth2016-12-081-13/+25
* Move Builder below MapTensorJon Bratseth2016-12-051-2/+2
* Special-case single space joinJon Bratseth2016-12-031-2/+4
* Add tensor benchmarkLester Solbakken2016-11-301-14/+35
* Don't support tensor dimensions in JSON formatJon Bratseth2016-11-291-2/+2
* Allow dimension replacingJon Bratseth2016-11-281-0/+1
* Give tensors a typeJon Bratseth2016-11-281-2/+2