summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Expand)AuthorAgeFilesLines
* properly round up to closest power of 2 above required size.Henning Baldersheim2021-05-071-1/+1
* Add ByteBuffer to the interface to prepare for less copying of data.Henning Baldersheim2021-05-074-3/+64
* Merge pull request #17657 from vespa-engine/arnej/add-hex-string-input-formatArne H Juul2021-05-043-4/+226
|\
| * allow a string (with a hex dump of binary representation) as cell valuesArne Juul2021-04-293-4/+226
* | Return 0.0 rather than nan for non-existing tensor cells in JavaLester Solbakken2021-05-035-12/+7
* | add api for detecting cell existenceArne Juul2021-04-308-13/+54
|/
* Java mixed tensor: don't throw out of bounds exceptionLester Solbakken2021-04-291-1/+1
* 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-282-2/+12
* slightly simpler type resolving of concat operationsArne Juul2021-04-271-21/+11
* enable temporarily disabled codeArne Juul2021-04-261-5/+7
* test edge case with empty mixed tensorArne Juul2021-04-262-2/+27
* move code around and rename more conceptsArne Juul2021-04-261-104/+104
* rename some conceptsArne Juul2021-04-261-58/+53
* add very generic concat algorithmArne Juul2021-04-262-0/+363
* allow rename of non-existing dimension (with warning) for nowArne Juul2021-04-262-2/+8
* Reapply "Lesters/resolve cell types for rename and slice"Arne Juul2021-04-262-29/+17
* Update abi specHenning Baldersheim2021-04-231-1/+2
* Ensure that sameElement never accepts a WordAlternativesItem.Henning Baldersheim2021-04-231-16/+23
* Revert "Lesters/resolve cell types for rename and slice"Arnstein Ressem2021-04-222-17/+29
* Wire in tensor cell type resolving for slice/peek in JavaLester Solbakken2021-04-221-25/+15
* Wire in tensor cell type resolving for rename in JavaLester Solbakken2021-04-221-4/+2
* Concat: find value type from TypeResolverLester Solbakken2021-04-221-5/+4
* Wire in tensor cell type resolving for merge in JavaLester Solbakken2021-04-221-3/+2
* Wire in tensor cell type resolving for concat in JavaLester Solbakken2021-04-224-31/+24
* 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-213-3/+10
* new implementation of erf()Arne Juul2021-04-202-15/+137
* Wire inn tensor cell type resolving for map in JavaLester Solbakken2021-04-161-1/+4
* Fix max reduce of negative numbers in a tensorLester Solbakken2021-04-161-4/+4
* wire in TypeResolver.reduceArne Juul2021-04-151-7/+2
* just log warning when reducing unknown dimensionArne Juul2021-04-152-3/+15
* remove duplicated codeArne Juul2021-04-151-11/+2
* funnel type resolving through outputType()Arne Juul2021-04-151-4/+4
* update copyrightsArne Juul2021-04-122-2/+4
* add TypeResolverArne Juul2021-04-123-0/+725
* Merge pull request #17346 from vespa-engine/jonmv/apache-hc5-clientJon Marius Venstad2021-04-094-3/+5
|\
| * Fix @authorJon Marius Venstad2021-04-094-3/+5
* | Merge pull request #17347 from vespa-engine/jonmv/remove-unused-codeHenning Baldersheim2021-04-0912-1294/+0
|\ \ | |/ |/|
| * Remove unused nio codeJon Marius Venstad2021-04-0912-1294/+0
* | cosmetic tweaksArne Juul2021-04-092-5/+6
* | restrict values to fit into target cell typeArne Juul2021-04-092-8/+49
* | throw exception for unexpected enum value in more placesArne Juul2021-04-091-5/+4
* | More NodeListJon Bratseth2021-04-082-2/+8
* | Resolve feedback from PR reviewLester Solbakken2021-04-0810-126/+98
* | Add bfloat16 and int8 to Java cell_cast functionLester Solbakken2021-04-081-3/+7
* | Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-0815-14/+277
* | Update junit dependency to unit-vintage to combine 4 and 5Jon Marius Venstad2021-04-061-5/+5
|/
* - Add option to provide token map while construction wand/wset/dotproduct.Henning Baldersheim2021-03-272-5/+0
* Remove duplicate headersJon Bratseth2021-03-181-1/+1