aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/TensorParser.java
Commit message (Expand)AuthorAgeFilesLines
* Improve error on unexpected mixed format useJon Bratseth2024-05-291-10/+15
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Use equals when comparing Optional<Long>Henning Baldersheim2023-09-131-29/+27
* 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
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Parse unbound tensors in short formLester Solbakken2021-08-311-5/+78
* Resolve feedback from PR reviewLester Solbakken2021-04-081-38/+28
* Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-081-0/+16
* More tensor short forms in Tensor.toString()Jon Bratseth2020-01-031-2/+11
* More robust parsingJon Bratseth2019-12-171-1/+4
* Allow quoted labels in tensorsJon Bratseth2019-12-171-75/+105
* Tensor parse tensor mapped 1-d short form {a:1, b:2, ...}Jon Bratseth2019-12-161-37/+59
* Interpret dimensions in written orderJon Bratseth2019-12-141-23/+43
* Minor cleanupJon Bratseth2019-12-101-11/+7
* Refactor sparse parsingJon Bratseth2019-12-101-86/+89
* Tensor parsing improvementsJon Bratseth2019-12-101-55/+210
* Parse dense tensors in the rightmost adjacent orderJon Bratseth2019-06-111-49/+33
* Dense string formJon Bratseth2019-06-071-35/+125
* Add tensor value typeJon Bratseth2019-04-031-2/+2
* Parse tensor value typeJon Bratseth2019-04-021-1/+1
* Java type only interface between imported-models and config modelsJon Bratseth2018-11-251-13/+22
* Validate all bindingsJon Bratseth2018-10-011-1/+1
* Tensor API out of betaJon Bratseth2018-03-121-3/+0
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-1/+1
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-1/+1
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-1/+1
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+0
* Update copyright headersJon Bratseth2017-06-141-0/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+0
* Copyright headerJon Bratseth2017-06-131-0/+1
* More uniform APIJon Bratseth2016-12-161-1/+1
* Generify parsingJon Bratseth2016-12-161-11/+70
* Move parsing to parserJon Bratseth2016-12-161-0/+76