summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/tensor/functions
Commit message (Expand)AuthorAgeFilesLines
* Make tensor addresses integer based instead of as strings.Henning Baldersheim2024-01-251-1/+1
* Add string indicators for dimensions with spaces in slice tostringLester Solbakken2023-12-151-0/+9
* add reference implementation of MapSubspacesArne Juul2023-11-021-0/+213
* Update copyrightJon Bratseth2023-10-0912-12/+12
* fix dimension size comparisonArne Juul2023-09-132-6/+40
* add cosine_similarityArne Juul2023-06-261-0/+66
* add class comment and test expansionArne Juul2023-06-261-0/+11
* add euclidean_distanceArne Juul2023-06-261-0/+43
* join dimensions must equal common dimensions for optimizationArne Juul2023-03-161-0/+40
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-3/+4
* Validate query feature tensor typesJon Bratseth2022-03-291-2/+2
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
* Add sum/count to reduce empty tensor test caseLester Solbakken2021-04-281-0/+2
* Don't expose initial aggregator values when reducing empty tensorsLester Solbakken2021-04-281-1/+9
* test edge case with empty mixed tensorArne Juul2021-04-261-0/+25
* add very generic concat algorithmArne Juul2021-04-261-0/+122
* new implementation of erf()Arne Juul2021-04-201-0/+66
* restrict values to fit into target cell typeArne Juul2021-04-091-0/+11
* Revert "Revert "Lesters/cell cast java""Lester Solbakken2021-03-161-0/+38
* Revert "Lesters/cell cast java"Jon Marius Venstad2021-03-161-38/+0
* Add Java-side tensor type cell castingLester Solbakken2021-03-161-0/+38
* Add median aggregatorJon Bratseth2020-11-021-0/+35
* Properly handle dimensions argument to argmax/argminLester Solbakken2020-04-151-0/+2
* More tensor short forms in Tensor.toString()Jon Bratseth2020-01-031-2/+2
* Merge with masterJon Bratseth2019-12-161-1/+15
|\
| * Add a faster, but simpler pattern matcher. Builds tensoraddresses 5 times+ fa...Henning Baldersheim2019-12-131-0/+14
* | Tensor parsing improvementsJon Bratseth2019-12-101-2/+18
|/
* Generalized Slice tensor functionJon Bratseth2019-12-062-75/+138
* Preserve single-feature embracesJon Bratseth2019-11-291-0/+9
* Pull name upJon Bratseth2019-11-272-10/+9
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-274-21/+22
* Allow bound functions in tensor generateJon Bratseth2019-11-261-2/+3
* Add a 'Value' tensor functionJon Bratseth2019-11-251-0/+66
* Serialize scalar functions with contextJon Bratseth2019-11-081-1/+1
* Always serialize dynamic tensors in verbose formJon Bratseth2019-11-081-0/+5
* Literal tensors with value expressionsJon Bratseth2019-11-051-0/+46
* Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-291-2/+2
* Revert "Always output tensor type in toString"HÃ¥kon Hallingstad2018-11-291-2/+2
* Always output tensor type in toStringJon Bratseth2018-11-281-2/+2
* Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-221-18/+68
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-211-68/+18
* Deduce correct concat typeJon Bratseth2018-02-211-18/+68
* Add copyright headersJon Bratseth2018-01-251-0/+1
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-183-8/+105
* Revert "Bratseth/tensorflow models"gjoranv2017-12-173-105/+8
* Check agreement between TF and Vespa executionJon Bratseth2017-12-132-8/+8
* Complete prototype TensorFlow mappingJon Bratseth2017-11-281-10/+12