summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Update abi specJon Bratseth2019-10-081-0/+1
|
* Link as linkJon Bratseth2019-10-081-1/+2
|
* Link as linkJon Bratseth2019-10-081-1/+1
|
* Single sparse dimension short formJon Bratseth2019-10-082-11/+66
|
* SimplifyJon Bratseth2019-10-081-7/+5
|
* Support mixed tensor short form JSONJon Bratseth2019-10-082-36/+52
|
* Support mixed tensor short form JSONJon Bratseth2019-10-084-26/+65
|
* Add testJon Bratseth2019-10-081-0/+18
|
* 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
|
* Merge pull request #10376 from vespa-engine/bratseth/handle-inherited-variantsArne H Juul2019-08-231-0/+1
|\ | | | | Handle inherited variants with different dimensions
| * Handle inherited variants with different dimensionsJon Bratseth2019-08-221-0/+1
| |
* | use same rules for cell value type resolving as C++Arne Juul2019-08-205-9/+19
|/ | | | | * pick cell value type from tensors with dimensions only * in Concat, use the expected combined cell value type for unit tensor
* Add commit fields to vtagMartin Polden2019-08-151-5/+23
|
* MergeJon Bratseth2019-08-134-21/+33
|
* Merge pull request #9996 from ↵Lester Solbakken2019-07-091-1/+6
|\ | | | | | | | | vespa-engine/havardpe/propagate-float-cell-type-and-avoid-using-it-too-much-right-now propagate float and stop using it too much
| * 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-084-4/+415
|\ \ | |/ |/| Bratseth/output immediate graph
| * Update ABI specJon Bratseth2019-07-051-0/+14
| |
| * 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-022-32/+120
| |
| * Output intermediate graph with type info on errorJon Bratseth2019-07-014-129/+282
| |
| * Output the intermediate graphJon Bratseth2019-06-302-0/+129
| |
* | Update abi specJon Bratseth2019-07-041-0/+4
| |
* | Convenience method to find smallest/largest cellsJon Bratseth2019-07-033-1/+98
| |
* | Use value accessor in convenience accessorsJon Bratseth2019-07-022-3/+5
|/
* 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 ↵Jon Bratseth2019-06-203-16/+85
| | | | | | | 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-183-7/+54
|
* Decode tensor summary featuresJon Bratseth2019-06-153-27/+59
|
* Java lowercasing speed has caught up and bypassed our own homegrown ↵Henning Baldersheim2019-06-142-97/+28
| | | | optimalization.
* Parse dense tensors in the rightmost adjacent orderJon Bratseth2019-06-114-69/+61
|
* Dense string formJon Bratseth2019-06-077-48/+187
|
* Expect IllegalArgumentException and be consistentJon Bratseth2019-06-043-12/+22
|
* Adjust to changes exception typeJon Bratseth2019-06-041-1/+1
|
* Validate moreJon Bratseth2019-06-047-15/+47
|
* Merge pull request #9641 from vespa-engine/bratseth/ranking-expression-modelsJon Bratseth2019-06-024-4/+33
|\ | | | | Bratseth/ranking expression models
| * Vespa global model importJon Bratseth2019-06-022-3/+24
| |
| * Support native Vespa standalone modelsJon Bratseth2019-05-312-1/+9
| |
* | Update ABI spec and add javadocWJon Bratseth2019-06-014-6/+46
| |
* | Allow passing your own vector without copy to the IndexedTensor.Henning Baldersheim2019-06-014-12/+111
|/
* Add InThreadExecutorService for test purposesJon Marius Venstad2019-05-241-0/+49
|
* Add StripedExecutor for serialising tasks per keyJon Marius Venstad2019-05-242-0/+150
|