aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/tensor/serialization/DenseBinaryFormatTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-081-2/+37
* Use bit number 3 mean 'with cell type' to carry forward the current schema wh...Henning Baldersheim2019-04-051-1/+1
* Parse tensor value typeJon Bratseth2019-04-021-12/+6
* Test and ensure that serialization is symmetric.Henning Baldersheim2019-04-021-0/+6
* Verify serialization of various cell value types.Henning Baldersheim2019-04-011-3/+23
* Require same length on dimensionsJon Bratseth2018-02-011-4/+0
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-2/+2
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-2/+2
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-2/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Simplify and test type checkJon Bratseth2017-01-181-1/+1
* Simplify and test type checkJon Bratseth2017-01-181-1/+20
* Add tensor document summary fieldJon Bratseth2017-01-161-1/+3
* Revert "Revert "Bratseth/tensor type info in documents""Jon Bratseth2017-01-121-1/+0
* Revert "Bratseth/tensor type info in documents"Jon Bratseth2017-01-121-0/+1
* Propagate typeJon Bratseth2017-01-101-1/+0
* Use MappedTensor to represent tensor with no dimensions or valuesJon Bratseth2017-01-101-1/+0
* Add (disabled) dense tensor binary formatJon Bratseth2017-01-091-0/+56