summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Document the standard value order one placeJon Bratseth2019-10-014-36/+34
* Substitute properties in trace outputJon Bratseth2019-09-301-3/+2
* Nonfunctional changes onlyJon Bratseth2019-09-242-6/+7
* Revert "Revert "Removing elements from an array is very costly.""Henning Baldersheim2019-09-111-1/+6
* Revert "Removing elements from an array is very costly."Henning Baldersheim2019-09-101-6/+1
* Propagate listenersJon Bratseth2019-09-091-1/+6
* use same rules for cell value type resolving as C++Arne Juul2019-08-204-9/+18
* Add commit fields to vtagMartin Polden2019-08-151-5/+23
* MergeJon Bratseth2019-08-132-18/+26
* Merge pull request #9996 from vespa-engine/havardpe/propagate-float-cell-type...Lester Solbakken2019-07-091-1/+6
|\
| * propagate float and stop using it too muchHÃ¥vard Pettersen2019-07-091-1/+6
* | Merge pull request #9944 from vespa-engine/bratseth/output-immediate-graphJon Bratseth2019-07-082-4/+211
|\ \ | |/ |/|
| * Add inequality constraintsJon Bratseth2019-07-021-0/+12
| * Forfeit soft constraints when necessaryJon Bratseth2019-07-021-4/+19
| * Allow extending beyond the last tensor dimensionJon Bratseth2019-07-021-10/+48
| * Output intermediate graph with type info on errorJon Bratseth2019-07-012-47/+142
| * Output the intermediate graphJon Bratseth2019-06-301-0/+47
* | Convenience method to find smallest/largest cellsJon Bratseth2019-07-032-1/+55
* | Use value accessor in convenience accessorsJon Bratseth2019-07-021-2/+2
|/
* Drop file continously from cache as we read it.Henning Baldersheim2019-06-241-7/+16
* Keep writing floats as doubles in toString for nowJon Bratseth2019-06-201-1/+1
* Revert "Merge pull request #9849 from vespa-engine/revert-9836-bratseth/outpu...Jon Bratseth2019-06-201-1/+51
* Read dense tensor form in documentsJon Bratseth2019-06-182-0/+6
* Deserialize dense formJon Bratseth2019-06-182-6/+38
* Decode tensor summary featuresJon Bratseth2019-06-152-23/+46
* Java lowercasing speed has caught up and bypassed our own homegrown optimaliz...Henning Baldersheim2019-06-141-89/+2
* 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-046-13/+27
* Merge pull request #9641 from vespa-engine/bratseth/ranking-expression-modelsJon Bratseth2019-06-022-3/+27
|\
| * 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
|/
* Add InThreadExecutorService for test purposesJon Marius Venstad2019-05-241-0/+49
* Add StripedExecutor for serialising tasks per keyJon Marius Venstad2019-05-241-0/+106
* Export package com.yahoo.streamgjoranv2019-05-141-0/+9
* AllocatedHost serialization completenessJon Bratseth2019-05-102-7/+9
* 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