summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* More robust parsingJon Bratseth2019-12-171-1/+4
|
* Allow quoted labels in tensorsJon Bratseth2019-12-174-95/+133
|
* Merge with masterJon Bratseth2019-12-162-5/+72
|\
| * Add a faster, but simpler pattern matcher. Builds tensoraddresses 5 times+ ↵Henning Baldersheim2019-12-132-4/+71
| | | | | | | | faster than the regex one.
| * static final regexHenning Baldersheim2019-12-121-2/+2
| |
| * Revert "Revert "Allow minus sign at the start of a label.""Henning Baldersheim2019-12-121-5/+2
| |
| * Revert "Allow minus sign at the start of a label."Henning Baldersheim2019-12-111-2/+5
| |
* | Tensor parse tensor mapped 1-d short form {a:1, b:2, ...}Jon Bratseth2019-12-161-37/+59
| |
* | Interpret dimensions in written orderJon Bratseth2019-12-144-64/+141
| |
* | Minor cleanupJon Bratseth2019-12-101-11/+7
| |
* | Refactor sparse parsingJon Bratseth2019-12-101-86/+89
| |
* | Tensor parsing improvementsJon Bratseth2019-12-106-83/+317
|/ | | | | - Mixed tensor format parsing (outside expressions) - Validate structure of dense tensor strings
* Merge pull request #11528 from vespa-engine/bratseth/tensor-sliceJon Bratseth2019-12-094-208/+370
|\ | | | | Generalized Slice tensor function.
| * Generalized Slice tensor functionJon Bratseth2019-12-064-208/+370
| |
* | Rename private fieldJon Bratseth2019-12-061-5/+2
| |
* | Allow minus sign at the start of a labelJon Bratseth2019-12-051-1/+1
|/
* Merge pull request #11510 from vespa-engine/lesters/add-onnx-unit-testsJon Bratseth2019-12-051-10/+35
|\ | | | | Lesters/add onnx unit tests
| * Add unit tests for ONNX operators (and fix some of the implementations)Lester Solbakken2019-12-051-10/+35
| |
* | Cleanup and update ABI specJon Bratseth2019-12-042-4/+7
| |
* | Propagate binding context to/from tensor functionsJon Bratseth2019-12-042-8/+43
| |
* | Output function references wrapped in rankingExpression()Jon Bratseth2019-12-023-10/+12
| |
* | Preserve single-feature embracesJon Bratseth2019-11-291-16/+16
|/
* Pull name upJon Bratseth2019-11-2729-77/+88
|
* Revert "Prefix index variables by %"Jon Bratseth2019-11-271-10/+7
| | | | This reverts commit b8552a194770a887c27ae09924013f1dd5872aab.
* Prefix index variables by %Jon Bratseth2019-11-271-7/+10
|
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-2726-312/+357
|
* Allow bound functions in tensor generateJon Bratseth2019-11-263-8/+17
|
* Allow bound functions in tensor GenerateJon Bratseth2019-11-261-5/+89
|
* Parse@ tensor value expressionsJon Bratseth2019-11-262-2/+2
|
* Add a 'Value' tensor functionJon Bratseth2019-11-252-1/+156
|
* Add additional ONNX operationsLester Solbakken2019-11-222-1/+9
|
* Consider all known runs when checking whether versions are verifiedJon Marius Venstad2019-11-111-0/+6
|
* Merge pull request #11259 from ↵Lester Solbakken2019-11-084-21/+68
|\ | | | | | | | | vespa-engine/bratseth/dynamic-tensors-in-verbose-form Bratseth/dynamic tensors in verbose form
| * Serialize scalar functions with contextJon Bratseth2019-11-082-18/+39
| |
| * Always serialize dynamic tensors in verbose formJon Bratseth2019-11-083-4/+30
| |
* | Merge pull request #11242 from vespa-engine/jvenstad/instance-orchestrationMartin Polden2019-11-081-0/+80
|\ \ | |/ |/| Jvenstad/instance orchestration
| * Add AbstractFilteringList as a super for such listsJon Marius Venstad2019-11-081-0/+80
| |
* | YQL parsing/serialization improvementsJon Bratseth2019-11-071-5/+6
|/ | | | | | - Serialize annotated range and weightedset with bracing - Parse Infinity in ranges - Better error messages in range parsing
* Literal tensors with value expressionsJon Bratseth2019-11-053-3/+146
|
* Add author and simple javadoc to SlimeStreamØyvind Grønnesby2019-10-101-0/+5
|
* Utility to create stream from Slime arrayØyvind Grønnesby2019-10-101-0/+21
|
* 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
|
* Substitute properties in trace outputJon Bratseth2019-09-301-3/+2
|
* Nonfunctional changes onlyJon Bratseth2019-09-242-6/+7
|