summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor
Commit message (Collapse)AuthorAgeFilesLines
* Serialize scalar functions with contextJon Bratseth2019-11-082-18/+39
|
* Always serialize dynamic tensors in verbose formJon Bratseth2019-11-083-4/+30
|
* Literal tensors with value expressionsJon Bratseth2019-11-052-2/+146
|
* Link as linkJon Bratseth2019-10-081-1/+2
|
* Link as linkJon Bratseth2019-10-081-1/+1
|
* Single sparse dimension short formJon Bratseth2019-10-081-11/+33
|
* SimplifyJon Bratseth2019-10-081-7/+5
|
* Support mixed tensor short form JSONJon Bratseth2019-10-081-35/+51
|
* Support mixed tensor short form JSONJon Bratseth2019-10-083-8/+47
|
* Document the standard value order one placeJon Bratseth2019-10-014-36/+34
|
* use same rules for cell value type resolving as C++Arne Juul2019-08-204-9/+18
| | | | | * pick cell value type from tensors with dimensions only * in Concat, use the expected combined cell value type for unit tensor
* MergeJon Bratseth2019-08-132-18/+26
|
* propagate float and stop using it too muchHåvard Pettersen2019-07-091-1/+6
|
* Convenience method to find smallest/largest cellsJon Bratseth2019-07-032-1/+55
|
* Use value accessor in convenience accessorsJon Bratseth2019-07-021-2/+2
|
* Keep writing floats as doubles in toString for nowJon Bratseth2019-06-201-1/+1
|
* Revert "Merge pull request #9849 from ↵Jon Bratseth2019-06-201-1/+51
| | | | | | | vespa-engine/revert-9836-bratseth/output-in-dense-tensor-form" This reverts commit 2663557e0c6d652fd082507878059a69c75e2415, reversing changes made to 46cfd5c26c5dac150efb698d726810ade4364e70.
* Read dense tensor form in documentsJon Bratseth2019-06-182-0/+6
|
* Deserialize dense formJon Bratseth2019-06-181-6/+32
|
* Decode tensor summary featuresJon Bratseth2019-06-151-4/+16
|
* Parse dense tensors in the rightmost adjacent orderJon Bratseth2019-06-112-49/+36
|
* Dense string formJon Bratseth2019-06-075-46/+140
|
* Expect IllegalArgumentException and be consistentJon Bratseth2019-06-042-11/+21
|
* Adjust to changes exception typeJon Bratseth2019-06-041-1/+1
|
* Validate moreJon Bratseth2019-06-045-12/+24
|
* Merge pull request #9641 from vespa-engine/bratseth/ranking-expression-modelsJon Bratseth2019-06-022-3/+27
|\ | | | | Bratseth/ranking expression models
| * Vespa global model importJon Bratseth2019-06-021-3/+20
| |
| * Support native Vespa standalone modelsJon Bratseth2019-05-311-0/+7
| |
* | Update ABI spec and add javadocWJon Bratseth2019-06-013-6/+42
| |
* | Allow passing your own vector without copy to the IndexedTensor.Henning Baldersheim2019-06-013-12/+79
|/
* Revert "Bratseth/emit float tensors in config"Arnstein Ressem2019-05-082-26/+14
|
* Emit float tensor types in config when specifiedJon Bratseth2019-05-072-14/+26
|
* Add a test and correct conditionJon Bratseth2019-04-291-1/+1
|
* Add float accessorJon Bratseth2019-04-261-0/+10
|
* Encode directly as floatJon Bratseth2019-04-264-28/+25
|
* Decode directly as floatJon Bratseth2019-04-261-8/+20
|
* Build tensors purely with floatsJon Bratseth2019-04-266-17/+100
|
* Make float builder when appropriateJon Bratseth2019-04-263-7/+59
|
* Move bound builder double array into double subclassJon Bratseth2019-04-263-60/+128
|
* Split values into IndexedDoubleTensor subclassJon Bratseth2019-04-253-34/+64
|
* Add tensor value serialization for mapped and mixed tensorsLester Solbakken2019-04-114-112/+174
|
* Use bit number 3 mean 'with cell type' to carry forward the current schema ↵Henning Baldersheim2019-04-051-3/+5
| | | | | | where the bits hav meaning. Update expected result.
* Infer value typeJon Bratseth2019-04-032-8/+8
|
* Consider value type in equalsJon Bratseth2019-04-031-4/+8
|
* Add tensor value typeJon Bratseth2019-04-0310-30/+63
|
* Parse tensor value typeJon Bratseth2019-04-024-43/+80
|
* Test and ensure that serialization is symmetric.Henning Baldersheim2019-04-021-1/+1
|
* Verify serialization of various cell value types.Henning Baldersheim2019-04-011-1/+7
|
* Add support for different values during decoding too.Henning Baldersheim2019-04-012-11/+59
|
* Initial skeleton for type information in serialization format.Henning Baldersheim2019-04-013-3/+62
|