summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Revert "Revert "Avoid copying data just to compress them when it is not ↵Henning Baldersheim2021-08-301-17/+25
| | | | necessary.""
* Revert "Avoid copying data just to compress them when it is not necessary."Henning Baldersheim2021-08-301-25/+17
|
* Avoid copying data just to compress them when it is not necessary.Henning Baldersheim2021-08-301-17/+25
|
* Remove Jersey related tool from vespajlib.gjoranv2021-07-141-36/+0
| | | | | - Bundle classpath mappings were only used to unit test Jersey resources in the application framework.
* Text.fmt -> Text.formatArne Juul2021-06-291-1/+1
|
* add convenience function wrapping "String.format(Locale.US, ...)"Arne Juul2021-06-291-0/+4
|
* Remove conseecutiveFailurees metric: Not neededJon Bratseth2021-06-203-24/+19
|
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-063-15/+33
| | | | This reverts commit cd1b747b4f65fa3a6ed6aace23235db7591638c5.
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-043-33/+15
|
* Return success factorJon Bratseth2021-06-041-2/+2
|
* Record successFactorJon Bratseth2021-06-042-2/+2
|
* Turn metric consumer into a typed classJon Bratseth2021-06-032-13/+31
|
* 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
| | | | * with unit tests mostly cribbed from C++ version
* Merge pull request #17347 from vespa-engine/jonmv/remove-unused-codeHenning Baldersheim2021-04-093-277/+0
|\ | | | | Remove unused nio code
| * Remove unused nio codeJon Marius Venstad2021-04-093-277/+0
| |
* | restrict values to fit into target cell typeArne Juul2021-04-091-0/+11
| |
* | More NodeListJon Bratseth2021-04-081-1/+1
| |
* | Resolve feedback from PR reviewLester Solbakken2021-04-081-7/+1
| |
* | Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-086-8/+183
|/
* Remove duplicate headersJon Bratseth2021-03-181-1/+1
|
* Add copyright headersJon Bratseth2021-03-181-1/+2
|
* Revert "Revert "Lesters/cell cast java""Lester Solbakken2021-03-161-0/+38
| | | | This reverts commit d2c61030d6c62b8c4889d3471d2ee5f17bb14a5f.
* Revert "Lesters/cell cast java"Jon Marius Venstad2021-03-161-38/+0
|
* Add Java-side tensor type cell castingLester Solbakken2021-03-161-0/+38
|
* Code review fixesValerij Fredriksen2021-02-261-1/+1
|
* Crete CachedSupplierValerij Fredriksen2021-02-261-0/+39
|
* Ignore maintenance collisions in controller and node-repositoryMartin Polden2021-02-051-1/+1
|
* Implement an output stream compressing with zstdBjørn Christian Seime2021-01-201-0/+48
|
* Extend ZstdCompressor with more low-level API methodsBjørn Christian Seime2021-01-201-1/+16
|
* Add zstd support to CompressorBjørn Christian Seime2021-01-202-0/+49
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.
* Revert "Bjorncs/zstd java"Bjørn Christian Seime2021-01-193-112/+0
|
* Test that compressed size is less than uncompressedBjørn Christian Seime2021-01-192-0/+33
|
* Add trailing newlinesBjørn Christian Seime2021-01-193-3/+3
|
* Implement an output stream compressing with zstdBjørn Christian Seime2021-01-191-0/+30
|
* Add zstd support to CompressorBjørn Christian Seime2021-01-192-0/+49
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.