summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/serialization/DenseBinaryFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Resolve feedback from PR reviewLester Solbakken2021-04-081-5/+2
* Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-081-0/+26
* 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-111-73/+28
* 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-011-0/+43
* Tensor API out of betaJon Bratseth2018-03-121-2/+0
* Use longs for dimensions lengths in all API'sJon Bratseth2017-12-191-3/+3
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-3/+3
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-3/+3
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-3/+3
* 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
* reverse isAssignableToJon Bratseth2017-01-181-1/+1
* Simplify and test type checkJon Bratseth2017-01-181-27/+5
* Add tensor document summary fieldJon Bratseth2017-01-161-4/+29
* Revert "Revert "Add (disabled) dense tensor binary format""Jon Bratseth2017-01-101-0/+87
* Revert "Add (disabled) dense tensor binary format"Henning Baldersheim2017-01-101-87/+0
* Use MappedTensor to represent tensor with no dimensions or valuesJon Bratseth2017-01-101-7/+2
* Move string encoding decoding to GrowableByteBufferJon Bratseth2017-01-101-15/+2
* Output tensor type in error messageJon Bratseth2017-01-101-1/+1
* Add (disabled) dense tensor binary formatJon Bratseth2017-01-091-0/+105