aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
...
* Unify constant syntax across models and rank profilesJon Bratseth2022-05-181-0/+12
|
* Output input default values in rank propertiesJon Bratseth2022-05-091-6/+11
|
* Parse nested arraysJon Bratseth2022-05-081-1/+4
|
* Parse input default valuesJon Bratseth2022-05-061-0/+3
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-091-2/+2
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-081-2/+2
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Move ID part to HostName in config-provisioningjonmv2022-04-081-2/+2
|
* Revert "Merge pull request #22065 from ↵jonmv2022-04-081-1/+1
| | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-1/+1
|
* Update ABI specjonmv2022-04-081-1/+1
|
* Resolve conflictsJon Marius Venstad2022-04-071-14/+0
|
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-0/+1
|
* Update abi and split in hot/cold path.Henning Baldersheim2022-04-051-0/+1
|
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-311-2/+16
|
* Validate query feature tensor typesJon Bratseth2022-03-291-2/+6
| | | | | | - Validate tensor feature types when a tensor is set programmatically. - Add a toShortString for messages containing tensors. - Consistent and nicer spacing in tensor string forms.
* Compute hash without serializing to stringJon Bratseth2022-03-011-58/+124
|
* Resolve slice dimensionJon Bratseth2022-02-161-2/+2
|
* Update ABI specJon Bratseth2022-01-071-1/+1
|
* Use UTF-8 bytewise ordering for StringResultNode comparisonsTor Brede Vekterli2021-11-011-0/+1
| | | | | | | | | | | | | | | The C++ backend uses `memcmp` ordering of UTF-8 strings for its `StringResultNode` instances and expects the container to feed it nodes in the same order. However, the Java code used `String` internally, which compares UTF-16 codepoints instead of UTF-8 octets. These may not agree on the ordering, particularly in the presence of surrogate pairs. Java `StringResultNode` now uses a raw UTF-8 byte array as its value backing, which has the added benefit that (de-)serializing is effectively a no-op. Some extra `String` roundtrip work needed now to support the various type-erased `ResultNode` functionality, but this is not expected to be called in a hot path.
* Add expand function to tensor classLester Solbakken2021-10-061-0/+1
|
* Add non-primitive tensor expand functionLester Solbakken2021-10-061-1/+33
|
* add "hamming" functionArne H Juul2021-09-231-0/+18
|
* Dump heap of live objects on failed application shutdown.Henning Baldersheim2021-09-221-0/+1
|
* Text.fmt -> Text.formatArne Juul2021-06-291-1/+1
|
* add convenience function wrapping "String.format(Locale.US, ...)"Arne Juul2021-06-291-1/+2
|
* Update abi specLester Solbakken2021-06-211-0/+1
|
* Revert "Revert "Add ONNX-RT evaluator to model-integration module""Lester Solbakken2021-05-191-0/+1
| | | | This reverts commit 97080252fac0ba45b58f9d0efb56603da518428f.
* Revert "Add ONNX-RT evaluator to model-integration module"Lester Solbakken2021-05-191-1/+0
|
* Add ONNX-RT evaluator to model-integration moduleLester Solbakken2021-05-191-0/+1
|
* add api for detecting cell existenceArne Juul2021-04-301-0/+4
| | | | | | | | * 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.
* Update abi specHenning Baldersheim2021-04-231-1/+2
|
* add TypeResolverArne Juul2021-04-121-0/+19
| | | | * with unit tests mostly cribbed from C++ version
* cosmetic tweaksArne Juul2021-04-091-2/+2
|
* Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-081-2/+4
|
* Revert "Revert "Lesters/cell cast java""Lester Solbakken2021-03-161-1/+19
| | | | This reverts commit d2c61030d6c62b8c4889d3471d2ee5f17bb14a5f.
* Revert "Lesters/cell cast java"Jon Marius Venstad2021-03-161-19/+1
|
* Remove WIP from abi checkerLester Solbakken2021-03-161-20/+1
|
* Add Java-side tensor type cell castingLester Solbakken2021-03-161-0/+37
|
* Add median aggregatorJon Bratseth2020-11-021-3/+8
|
* Revert "Remove unused Utf8 methods"Harald Musum2020-10-051-0/+2
|
* Remove unused Utf8 methodsMartin Polden2020-10-051-2/+0
| | | | In-lined in the tests that used them.
* Inspectable generateJon Bratseth2020-06-291-0/+2
|
* Add erf (the error function)Lester Solbakken2020-06-181-0/+17
|
* Merge pull request #12882 from ↵Håkon Hallingstad2020-04-151-1/+2
|\ | | | | | | | | vespa-engine/hakonhall/validate-deserialization-of-flag-data Validate deserialization of flag data
| * Validate deserialization of flag dataHåkon Hallingstad2020-04-081-1/+2
| |
* | Properly handle dimensions argument to argmax/argminLester Solbakken2020-04-151-0/+4
|/
* Trunkcate expressions in messagesJon Bratseth2020-02-251-1/+2
|
* Revert "Revert "Revert "Revert "Require equal sizes in join""""Jon Bratseth2020-01-131-0/+1
|
* Convert tensor update to sparseJon Bratseth2020-01-131-0/+1
|
* Revert "Revert "Revert "Require equal sizes in join"""Henning Baldersheim2020-01-111-1/+0
|