aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Disable heapdumps on shutdown timeout by default.Henning Baldersheim2021-09-251-2/+6
|/ /
* | add "hamming" functionArne H Juul2021-09-233-0/+41
| |
* | Add getAndSet to MutableBooleanValerij Fredriksen2021-09-221-0/+6
|/
* Emit log message prior to dumping the heap.Henning Baldersheim2021-09-221-0/+1
|
* Dump heap of live objects on failed application shutdown.Henning Baldersheim2021-09-222-0/+14
|
* Add 'encode' expressionJon Bratseth2021-09-191-1/+1
|
* Merge pull request #19169 from vespa-engine/bratseth/encode-to-tensorJon Bratseth2021-09-161-3/+1
|\ | | | | Bratseth/encode to tensor
| * Encode to dense tensorJon Bratseth2021-09-161-3/+1
| |
* | Move Sleeper to yolean and simplifyBjørn Christian Seime2021-09-152-69/+0
| |
* | Add sleeper abstract to vespajlibBjørn Christian Seime2021-09-153-0/+70
|/
* Disallow feeding empty indexed tensorsLester Solbakken2021-09-022-6/+41
|
* Add short form output option to model-evaluation REST APILester Solbakken2021-09-012-0/+52
|
* Merge pull request #18916 from vespa-engine/balder/buffered-output-is-finalHenning Baldersheim2021-09-011-2/+2
|\ | | | | BufferedOutput is final
| * BufferedOutput is finalHenning Baldersheim2021-08-311-2/+2
| |
* | Parse unbound tensors in short formLester Solbakken2021-08-312-5/+125
|/
* compact also when min-size is not met.Henning Baldersheim2021-08-301-1/+3
|
* Revert "Revert "Avoid copying data just to compress them when it is not ↵Henning Baldersheim2021-08-307-59/+94
| | | | necessary.""
* Revert "Avoid copying data just to compress them when it is not necessary."Henning Baldersheim2021-08-307-94/+59
|
* Avoid copying data just to compress them when it is not necessary.Henning Baldersheim2021-08-307-59/+94
|
* lz4 compress blobs.Henning Baldersheim2021-08-303-24/+38
|
* Remove redundant handling of missing serialized fieldMartin Polden2021-08-181-0/+4
|
* Remove Jersey related tool from vespajlib.gjoranv2021-07-142-164/+0
| | | | | - Bundle classpath mappings were only used to unit test Jersey resources in the application framework.
* Text.fmt -> Text.formatArne Juul2021-06-293-3/+3
|
* add convenience function wrapping "String.format(Locale.US, ...)"Arne Juul2021-06-293-1/+10
|
* Update abi specLester Solbakken2021-06-211-0/+1
|
* Add bit ranking function in JavaLester Solbakken2021-06-211-0/+1
|
* Move helper methods to SlimeUtilsMartin Polden2021-06-211-9/+32
|
* Remove conseecutiveFailurees metric: Not neededJon Bratseth2021-06-205-55/+29
|
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-065-33/+63
| | | | This reverts commit cd1b747b4f65fa3a6ed6aace23235db7591638c5.
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-045-63/+33
|
* Return success factorJon Bratseth2021-06-042-4/+9
|
* Record successFactorJon Bratseth2021-06-044-13/+24
|
* Turn metric consumer into a typed classJon Bratseth2021-06-033-21/+35
|
* Workaround for max_txn_txn limit exceeded in QuestDbJon Bratseth2021-06-021-3/+3
|
* Expose maintainer shutdown statusMartin Polden2021-05-261-0/+5
|
* Merge pull request #17916 from ↵Harald Musum2021-05-211-0/+4
|\ | | | | | | | | vespa-engine/hakonhall/support-encrypting-nvme-disks Allow update of MutableBoolean by AND-ing and OR-ing with another boolean.
| * Allow update of MutableBoolean by AND-ing and OR-ing with another boolean.Håkon Hallingstad2021-05-201-0/+4
| |
* | Merge pull request #17925 from vespa-engine/arnej/allow-hex-format-in-tensorsArne H Juul2021-05-201-1/+1
|\ \ | | | | | | handle hex strings as tensor cell values in document also
| * | handle hex strings as tensor cell values in document alsoArne Juul2021-05-201-1/+1
| |/
* | Revert "Revert "Add ONNX-RT evaluator to model-integration module""Lester Solbakken2021-05-192-0/+9
| | | | | | | | This reverts commit 97080252fac0ba45b58f9d0efb56603da518428f.
* | Revert "Add ONNX-RT evaluator to model-integration module"Lester Solbakken2021-05-192-9/+0
| |
* | Add ONNX-RT evaluator to model-integration moduleLester Solbakken2021-05-192-0/+9
|/
* 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 values
| * 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
|/ | | | | | | | * new API "has(TensorAddress)" detects if a Tensor has a cell with the given address. * use new API in join and merge. This will give different results for cells that are present but contain NaN versus cells that aren't present at all. * use new API in slice. This gives a different default (0, not NaN) when trying to access cells that aren't present.
* 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
|