summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/tensor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Value type aware value renderingJon Bratseth2023-03-131-0/+54
* Handle negative numeric labels.Henning Baldersheim2023-02-021-0/+10
* Test subtype methodsJon Bratseth2023-01-271-0/+24
* Test direct renderingJon Bratseth2023-01-161-1/+3
* Test direct renderingJon Bratseth2023-01-161-31/+212
* Support direct tensor renderingJon Bratseth2023-01-141-8/+14
* Handle type renderingJon Bratseth2023-01-131-0/+2
* Merge pull request #25549 from vespa-engine/bratseth/tensor-direct-valuesLester Solbakken2023-01-131-1/+48
|\
| * Parse tensor JSON values at rootJon Bratseth2023-01-121-2/+48
* | Test cell rendering precisionJon Bratseth2023-01-121-2/+14
|/
* 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
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-304-18/+20
* More input tests and better error messageJon Bratseth2022-10-191-1/+7
* allow simple hex format for dense tensors of known typeArne Juul2022-09-021-0/+45
* Revert "allow simple hex format for dense tensors of known type"Henning Baldersheim2022-08-311-41/+0
* allow simple hex format for dense tensors of known typeArne Juul2022-08-311-0/+41
* Output input default values in rank propertiesJon Bratseth2022-05-091-7/+7
* Validate query feature tensor typesJon Bratseth2022-03-294-21/+71
* GC deprecated junit assertThat.Henning Baldersheim2021-12-212-6/+1
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-0714-14/+14
* Use values/cells/blocks format for short formLester Solbakken2021-09-281-23/+30
* Stateless REST API: short forms for sparse and mixed tensorsLester Solbakken2021-09-271-1/+29
* Disallow feeding empty indexed tensorsLester Solbakken2021-09-021-0/+24
* Add short form output option to model-evaluation REST APILester Solbakken2021-09-011-0/+30
* Parse unbound tensors in short formLester Solbakken2021-08-311-0/+47
* allow a string (with a hex dump of binary representation) as cell valuesArne Juul2021-04-291-0/+125
* 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
* allow rename of non-existing dimension (with warning) for nowArne Juul2021-04-261-1/+6
* Wire in tensor cell type resolving for concat in JavaLester Solbakken2021-04-221-1/+4
* Add test for indexed bound and mapped joinLester Solbakken2021-04-211-0/+2
* Wire inn tensor cell type resolving for join in JavaLester Solbakken2021-04-211-2/+4
* new implementation of erf()Arne Juul2021-04-201-0/+66
* just log warning when reducing unknown dimensionArne Juul2021-04-151-2/+9
* update copyrightsArne Juul2021-04-121-1/+2
* add TypeResolverArne Juul2021-04-121-0/+455
* restrict values to fit into target cell typeArne Juul2021-04-091-0/+11
* Resolve feedback from PR reviewLester Solbakken2021-04-081-7/+1