summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5241 from vespa-engine/bratseth/tf-constants-in-parent-docLester Solbakken2018-03-072-21/+129
|\ | | | | Bratseth/tf constants in parent doc
| * Allow macros to replace TenorFlow variablesJon Bratseth2018-03-072-21/+129
| | | | | | | | | | | | Also, remove quoting of constant arguments generated in TensorFlow as that is unnecessary now and is interpreted as a string constant argument to a macro.
* | Fix unit test after correct dimension renamingLester Solbakken2018-03-071-2/+2
|/
* Put generated TensorFlow macros in replicated dirLester Solbakken2018-03-061-1/+1
|
* Put TensorFlow expression back to replicated dirLester Solbakken2018-03-061-1/+1
|
* Add testing of macro generation from stored modelLester Solbakken2018-03-051-14/+21
|
* Generate macros for TensorFlow nodes with multiple outputsLester Solbakken2018-03-052-2/+73
|
* No wildcard static importsJon Bratseth2018-03-054-8/+17
|
* Remove junit.fdramework usageJon Bratseth2018-03-0221-55/+97
|
* Add batch dimension reduction for TensorFlow importLester Solbakken2018-03-012-4/+98
|
* Merge pull request #5169 from ↵Håkon Hallingstad2018-02-283-32/+122
|\ | | | | | | | | vespa-engine/hakonhall/avoid-slobrok-in-node-admin-cluster Avoid Slobrok in node-admin cluster
| * Add testHåkon Hallingstad2018-02-282-22/+91
| |
| * Avoid Slobrok in node-admin clusterHåkon Hallingstad2018-02-281-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When this rolls out, two Slobroks on the node-admin will be removed, and 1 additional Slobrok will be put on one of the proxy nodes if the routing cluster has 3 or more nodes. The Orchestrator sees the latest model, i.e. expect 3 Slobroks on the proxy nodes. Since the 1 additional Slobrok service is down at the start of the rollout, only that host will be allowed to suspend among the 3. But if that 1 additional Slobrok service comes up quickly, then any of the 3 can suspend. I think this will just work - no deadlocks or similar. I couldn't find any test that would covers this code change, but will write tests if someone can help me with this, if deemed necessary.
* | Add switch to enable multiple bucket spaces in cluster controller.Geir Storli2018-02-272-5/+22
|/
* Don't validate when reloading modelsJon Bratseth2018-02-26103-486/+585
|
* Disable testsJon Bratseth2018-02-261-0/+8
|
* Disable type validation for nowJon Bratseth2018-02-261-1/+1
|
* Merge pull request #5141 from vespa-engine/bratseth/simplify-tensor-transformerJon Bratseth2018-02-2621-274/+105
|\ | | | | Bratseth/simplify tensor transformer
| * Remove printlnJon Bratseth2018-02-261-1/+0
| |
| * RefactorJon Bratseth2018-02-243-42/+13
| |
| * Remove dead codeJon Bratseth2018-02-241-163/+15
| |
| * Cleanup and more type inferenceJon Bratseth2018-02-2420-85/+94
| | | | | | | | | | | | | | - Use a type context in TensorTransformer - Correct Join.outputType - Understand tensorFromLabels and tensorFromWeightedSet - Don't wrap simple tensor arguments in constant()
* | Remove unused fieldsHarald Musum2018-02-263-14/+0
|/
* Merge pull request #5118 from vespa-engine/lesters/rename-tensorflow-constantsJon Bratseth2018-02-231-18/+18
|\ | | | | Refactor TensorFlow import and add dimension renaming.
| * Refactor TensorFlow import and add dimension renaming.Lester Solbakken2018-02-221-18/+18
| |
* | move identityprovider package to vespa-athenzMorten Tokle2018-02-221-1/+1
| |
* | Merge pull request #5127 from ↵Jon Bratseth2018-02-2233-280/+814
|\ \ | | | | | | | | | | | | vespa-engine/revert-5108-revert-5104-bratseth/typecheck-all-3 Revert "Revert "Bratseth/typecheck all 3""
| * | Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-2233-280/+814
| |/
* / Specify bundle for AthenzIdentityProviderImplBjørn Christian Seime2018-02-221-1/+4
|/
* Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-211-2/+1
| | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.
* Revert "Refactor identityprovider. Add SiaIdentityProvider"Morten Tokle2018-02-201-1/+2
|
* Revert "Bratseth/typecheck all 2"Jon Bratseth2018-02-2027-722/+258
|
* Merge pull request #5065 from vespa-engine/bratseth/typecheck-all-2Jon Bratseth2018-02-2027-258/+722
|\ | | | | Bratseth/typecheck all 2
| * SimplifyJon Bratseth2018-02-201-8/+4
| |
| * Add class javadocJon Bratseth2018-02-201-0/+8
| |
| * Propagate type informationJon Bratseth2018-02-171-0/+5
| |
| * Static type check reference parametersJon Bratseth2018-02-171-11/+4
| |
| * Only match given equal number of argumentsJon Bratseth2018-02-171-14/+4
| |
| * RefactorJon Bratseth2018-02-173-23/+22
| |
| * Remove dead codeJon Bratseth2018-02-172-89/+8
| |
| * CleanupJon Bratseth2018-02-172-29/+13
| |
| * Resolve macro argumentsJon Bratseth2018-02-172-35/+59
| |
| * Handle nested bindingsJon Bratseth2018-02-142-2/+42
| |
| * Handle argument bindingsJon Bratseth2018-02-146-64/+140
| |
| * Typecheck all WIPJon Bratseth2018-02-1312-56/+235
| |
| * Re-apply typecheck ranking expressions in JavaJon Bratseth2018-02-0919-109/+360
| |
* | Merge pull request #5085 from ↵Arnstein Ressem2018-02-201-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/toregge/avoid-uninitialized-variable-warnings Avoid uninitialized variable warning.
| * | Avoid uninitialized variable warning.Tor Egge2018-02-201-0/+2
| | |
* | | Merge pull request #5075 from vespa-engine/mortent/reapply-ckmsMorten Tokle2018-02-201-2/+1
|\ \ \ | | | | | | | | Refactor identityprovider. Add SiaIdentityProvider
| * | | Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-201-2/+1
| |/ / | | | | | | | | | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.