summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor
Commit message (Collapse)AuthorAgeFilesLines
* Handle negative numeric labels.Henning Baldersheim2023-02-021-1/+1
|
* Support embedding an array to a mixed 2d tensorJon Bratseth2023-01-273-20/+36
|
* Test direct renderingJon Bratseth2023-01-161-28/+41
|
* Support direct tensor renderingJon Bratseth2023-01-141-39/+64
|
* Handle type renderingJon Bratseth2023-01-131-1/+1
| | | | | - Always output type for consistency. - Ignore type in input.
* Parse tensor JSON values at rootJon Bratseth2023-01-121-29/+38
| | | | | | | | | | Our current tensor JSON formats require a "blocks", "cells" or "values" key at the root, containing values in various forms. This adds support for skipping that extra level and adding content at the root, where the permissible content format depends on the tensor type, and matches the formats below "blocks", "cells" or "values" for the corresponding tensor types.
* Merge pull request #25260 from vespa-engine/balder/ensure-reuse-of-low-indexesHenning Baldersheim2022-12-141-3/+18
|\ | | | | Keep a static representation of strings for low indexes [0...999].
| * Keep a static representation of strings for low indexes [0...999].Henning Baldersheim2022-12-141-3/+18
| | | | | | | | This will avoid blowing up the heap with many duplicate strings.
* | Use a native double to store the cell value instead of full blown ↵Henning Baldersheim2022-12-141-7/+9
|/ | | | Number/Double to keep memory footprint down.
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-047-11/+11
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-047-11/+11
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-027-11/+11
|
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-15/+13
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-13/+15
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-15/+13
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-3015-102/+55
|
* More input tests and better error messageJon Bratseth2022-10-194-8/+20
|
* Reuse scratch buffer to avoid allocating and clearing a new buffer for ↵Henning Baldersheim2022-10-121-10/+8
| | | | serializing every tensor.
* - Presize array to its max size.Henning Baldersheim2022-10-121-1/+5
| | | | | - Return the GrowableByteBuffer from TypedBinaryFormat instead of a copy of the buffer. Then buffer is copied only once instead of twice.
* Prefer ArrayList over LinkedList as it is normally faster.Henning Baldersheim2022-10-121-1/+0
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-2/+2
|
* allow simple hex format for dense tensors of known typeArne Juul2022-09-021-0/+41
|
* Revert "allow simple hex format for dense tensors of known type"Henning Baldersheim2022-08-311-37/+0
|
* allow simple hex format for dense tensors of known typeArne Juul2022-08-311-0/+37
|
* Default to tensor short form more placesJon Bratseth2022-06-161-2/+2
|
* Set short tensor format as defaultLester Solbakken2022-06-081-5/+9
|
* Remove on Vespa 8Jon Bratseth2022-06-081-5/+0
|
* Revert "Merge pull request #22642 from ↵Jon Bratseth2022-05-181-10/+39
| | | | | | | vespa-engine/revert-22637-bratseth/model-syntax" This reverts commit 2c9cb8159adaced573fd1e34689e533946feea85, reversing changes made to a4dbfc43c7df534ee5b032204ef19a7b038d7e3e.
* Revert "Bratseth/model syntax"Arnstein Ressem2022-05-181-39/+10
|
* More leniencyJon Bratseth2022-05-181-7/+11
|
* Unify constant syntax across models and rank profilesJon Bratseth2022-05-181-3/+28
|
* Output input default values in rank propertiesJon Bratseth2022-05-094-31/+62
|
* Parse nested arraysJon Bratseth2022-05-081-2/+2
|
* Parse input default valuesJon Bratseth2022-05-062-2/+20
|
* Validate query feature tensor typesJon Bratseth2022-03-294-37/+89
| | | | | | - 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-0127-213/+435
|
* Merge pull request #21459 from vespa-engine/bratseth/slice-type-resolvingJon Bratseth2022-02-281-1/+1
|\ | | | | Pass type context
| * Pass type contextJon Bratseth2022-02-281-1/+1
| |
* | Nicer error messageJon Bratseth2022-02-281-5/+9
|/
* Resolve slice dimensionJon Bratseth2022-02-1628-59/+88
|
* Allow quoted string slice labelsJon Bratseth2022-02-152-6/+3
|
* Revert "Merge pull request #20578 from ↵Jon Marius Venstad2021-12-201-3/+2
| | | | | | | vespa-engine/revert-20568-jonmv/replace-optimaize-with-lingua" This reverts commit 5476504932cd90eb2dad82dbab633e3ffa2034c3, reversing changes made to 235a78cc4707f78d18c6818a577de1b7507f5e40.
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-181-2/+3
|
* Avoid guavaJon Marius Venstad2021-12-171-3/+2
|
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
| | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2019 Oath copyrights.gjoranv2021-10-276-6/+6
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-0744-44/+44
|