aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/tensor/serialization/JsonFormatTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Value type aware value renderingJon Bratseth2023-03-131-0/+54
* Test direct renderingJon Bratseth2023-01-161-1/+3
* Test direct renderingJon Bratseth2023-01-161-31/+212
* Support direct tensor renderingJon Bratseth2023-01-141-8/+14
* Handle type renderingJon Bratseth2023-01-131-0/+2
* Merge pull request #25549 from vespa-engine/bratseth/tensor-direct-valuesLester Solbakken2023-01-131-1/+48
|\
| * Parse tensor JSON values at rootJon Bratseth2023-01-121-2/+48
* | Test cell rendering precisionJon Bratseth2023-01-121-2/+14
|/
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Use values/cells/blocks format for short formLester Solbakken2021-09-281-23/+30
* Stateless REST API: short forms for sparse and mixed tensorsLester Solbakken2021-09-271-1/+29
* Disallow feeding empty indexed tensorsLester Solbakken2021-09-021-0/+24
* Add short form output option to model-evaluation REST APILester Solbakken2021-09-011-0/+30
* allow a string (with a hex dump of binary representation) as cell valuesArne Juul2021-04-291-0/+125
* Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-081-0/+15
* Single sparse dimension short formJon Bratseth2019-10-081-0/+33
* Support mixed tensor short form JSONJon Bratseth2019-10-081-1/+1
* Support mixed tensor short form JSONJon Bratseth2019-10-081-18/+18
* Add testJon Bratseth2019-10-081-0/+18
* Deserialize dense formJon Bratseth2019-06-181-1/+16
* Expect IllegalArgumentException and be consistentJon Bratseth2019-06-041-1/+1
* Validate moreJon Bratseth2019-06-041-2/+20
* Vespa global model importJon Bratseth2019-06-021-0/+4
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Add TensorFlow variable converterJon Bratseth2018-03-081-0/+48