summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/serialization/SparseBinaryFormat.java
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+33
* Tensor API out of betaJon Bratseth2018-03-121-2/+0
* Use longs for dimensions lengths in all API'sJon Bratseth2017-12-191-6/+7
* 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
* reverse isAssignableToJon Bratseth2017-01-181-1/+1
* Simplify and test type checkJon Bratseth2017-01-181-1/+3
* Simplify and test type checkJon Bratseth2017-01-181-16/+2
* Add tensor document summary fieldJon Bratseth2017-01-161-2/+17
* Revert "Revert "Bratseth/tensor type info in documents""Jon Bratseth2017-01-121-13/+1
* Revert "Bratseth/tensor type info in documents"Jon Bratseth2017-01-121-1/+13
* Propagate typeJon Bratseth2017-01-101-13/+1
* Move string encoding decoding to GrowableByteBufferJon Bratseth2017-01-101-18/+5
* Add (disabled) dense tensor binary formatJon Bratseth2017-01-091-11/+29
* Use Tensor.Cell in iteration interfaceJon Bratseth2017-01-051-1/+1
* Revert "Revert "Bratseth/tensor subiterators""Jon Bratseth2016-12-201-3/+2
* Revert "Bratseth/tensor subiterators"Henning Baldersheim2016-12-191-2/+3
* Encapsulate TensorAddress moreJon Bratseth2016-12-191-3/+2
* Move to iterator access where possibleJon Bratseth2016-12-161-6/+7
* More uniform APIJon Bratseth2016-12-161-5/+4
* MapTensor -> MappedTensorJon Bratseth2016-12-121-5/+5
* Merge branch 'master' into bratseth/indexed-tensorJon Bratseth2016-12-071-3/+2
|\
| * Allow serialization of all tensors using the sparse binary format as before.Geir Storli2016-12-071-3/+2
* | Move Builder below MapTensorJon Bratseth2016-12-051-5/+5
|/
* elements -> labelsJon Bratseth2016-12-041-2/+1
* Correct over-eager renamingJon Bratseth2016-12-041-1/+2
* Rename methodJon Bratseth2016-12-031-2/+1
* Continue serializing dimensions in binary format for nowJon Bratseth2016-12-031-4/+18
* Store labels only in dimension addressesJon Bratseth2016-12-031-26/+5
* Give tensors a typeJon Bratseth2016-11-281-26/+26
* Rename CompactTensorV2 to SparseTensor.Tor Egge2016-09-261-0/+113