aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/serialization/MixedBinaryFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-4/+4
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-4/+4
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-4/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Resolve feedback from PR reviewLester Solbakken2021-04-081-2/+2
* Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-081-0/+6
* Add tensor value serialization for mapped and mixed tensorsLester Solbakken2019-04-111-4/+33
* Add tensor value typeJon Bratseth2019-04-031-2/+2
* Tensor API out of betaJon Bratseth2018-03-121-2/+0
* Use longs for dimensions lengths in all API'sJon Bratseth2017-12-191-9/+9
* Add mixed tensor serialization/deserializationLester Solbakken2017-11-081-0/+129