aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/serialization
Commit message (Expand)AuthorAgeFilesLines
* allow short-form JSON for 1-d constantsArne Juul2023-05-161-9/+9
* Value type aware value renderingJon Bratseth2023-03-131-5/+18
* 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
* Parse tensor JSON values at rootJon Bratseth2023-01-121-29/+38
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-5/+5
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-5/+5
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-5/+5
* Reuse scratch buffer to avoid allocating and clearing a new buffer for serial...Henning Baldersheim2022-10-121-10/+8
* - Presize array to its max size.Henning Baldersheim2022-10-121-1/+5
* Prefer ArrayList over LinkedList as it is normally faster.Henning Baldersheim2022-10-121-1/+0
* Set short tensor format as defaultLester Solbakken2022-06-081-5/+9
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
* Use values/cells/blocks format for short formLester Solbakken2021-09-281-27/+58
* Stateless REST API: short forms for sparse and mixed tensorsLester Solbakken2021-09-271-3/+58
* Disallow feeding empty indexed tensorsLester Solbakken2021-09-021-6/+17
* Add short form output option to model-evaluation REST APILester Solbakken2021-09-011-0/+22
* handle hex strings as tensor cell values in document alsoArne Juul2021-05-201-1/+1
* allow a string (with a hex dump of binary representation) as cell valuesArne Juul2021-04-291-4/+99
* Resolve feedback from PR reviewLester Solbakken2021-04-084-9/+14
* Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-084-1/+46
* Fix linksJon Bratseth2021-02-151-2/+2
* Use the tensor type to switch tensor binary formatJon Bratseth2020-09-031-8/+18
* fix broken linkskkraune2020-05-201-2/+2
* Link as linkJon Bratseth2019-10-081-1/+2
* Link as linkJon Bratseth2019-10-081-1/+1
* Single sparse dimension short formJon Bratseth2019-10-081-11/+33
* SimplifyJon Bratseth2019-10-081-7/+5
* Support mixed tensor short form JSONJon Bratseth2019-10-081-35/+51
* Support mixed tensor short form JSONJon Bratseth2019-10-081-7/+35
* Document the standard value order one placeJon Bratseth2019-10-011-1/+1
* Read dense tensor form in documentsJon Bratseth2019-06-181-0/+4
* Deserialize dense formJon Bratseth2019-06-181-6/+32
* Decode tensor summary featuresJon Bratseth2019-06-151-4/+16
* Validate moreJon Bratseth2019-06-041-3/+12
* Vespa global model importJon Bratseth2019-06-021-3/+20
* Encode directly as floatJon Bratseth2019-04-261-12/+8
* Decode directly as floatJon Bratseth2019-04-261-8/+20
* Add tensor value serialization for mapped and mixed tensorsLester Solbakken2019-04-114-112/+174
* Use bit number 3 mean 'with cell type' to carry forward the current schema wh...Henning Baldersheim2019-04-051-3/+5
* Add tensor value typeJon Bratseth2019-04-031-2/+2
* Parse tensor value typeJon Bratseth2019-04-021-8/+8
* Test and ensure that serialization is symmetric.Henning Baldersheim2019-04-021-1/+1
* Add support for different values during decoding too.Henning Baldersheim2019-04-011-6/+38
* Initial skeleton for type information in serialization format.Henning Baldersheim2019-04-012-3/+56
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Tensor API out of betaJon Bratseth2018-03-125-10/+0
* Add TensorFlow variable converterJon Bratseth2018-03-081-0/+40