aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/tensor/TensorParserTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* allow simple hex format for dense tensors of known typeArne Juul2022-09-021-0/+45
* Revert "allow simple hex format for dense tensors of known type"Henning Baldersheim2022-08-311-41/+0
* allow simple hex format for dense tensors of known typeArne Juul2022-08-311-0/+41
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Parse unbound tensors in short formLester Solbakken2021-08-311-0/+47
* More tensor short forms in Tensor.toString()Jon Bratseth2020-01-031-1/+1
* More robust parsingJon Bratseth2019-12-171-1/+6
* Allow quoted labels in tensorsJon Bratseth2019-12-171-4/+20
* Tensor parse tensor mapped 1-d short form {a:1, b:2, ...}Jon Bratseth2019-12-161-0/+8
* Test error messagesJon Bratseth2019-12-141-0/+4
* Interpret dimensions in written orderJon Bratseth2019-12-141-1/+36
* Tensor parsing improvementsJon Bratseth2019-12-101-13/+20
* Revert "Merge pull request #9849 from vespa-engine/revert-9836-bratseth/outpu...Jon Bratseth2019-06-201-13/+32
* Revert "Output bound dense tensors in dense string form"Jon Bratseth2019-06-191-32/+13
* Output bound dense tensors in dense string formJon Bratseth2019-06-191-13/+32
* Parse dense tensors in the rightmost adjacent orderJon Bratseth2019-06-111-19/+23
* Dense string formJon Bratseth2019-06-071-1/+46
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Validate that tensor dimensions and labbels are identifiersJon Bratseth2018-06-061-0/+40