aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | This reverts commit 49d9016a9e50fd9032b10520c71dc5b05ab8b215.
* 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
|