summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Refactor ONNX and TF import to use same code base"Harald Musum2018-06-061-121/+2
|
* Merge pull request #6046 from ↵Lester Solbakken2018-06-061-2/+121
|\ | | | | | | | | vespa-engine/lesters/refactor-onnx-tensorflow-import Refactor ONNX and TF import to use same code base
| * Add more ONNX operationsLester Solbakken2018-06-041-2/+121
| |
* | Output whether thread is daemon or notBjørn Christian Seime2018-06-041-1/+1
| |
* | Merge pull request #6067 from vespa-engine/arnej/update-javadocHenning Baldersheim2018-06-041-0/+3
|\ \ | |/ |/| update documentation comments
| * update documentation commentsArne Juul2018-05-221-0/+3
| |
* | Add and update benchmarkJon Bratseth2018-05-232-9/+99
|/
* use VESPA_HOSTNAME or "localhost" onlyArne Juul2018-05-142-159/+9
|
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-113-0/+30
|
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-113-30/+0
|
* Simplify fields field trackingJon Bratseth2018-05-113-0/+30
|
* Use new junit APIJon Bratseth2018-05-0711-85/+196
|
* Merge pull request #5783 from vespa-engine/hakonhall/procedural-editorHåkon Hallingstad2018-05-072-0/+47
|\ | | | | Procedural editor
| * Move Comparables to vespajlibHåkon Hallingstad2018-05-062-0/+47
| |
* | Use new junit APIJon Bratseth2018-05-0411-157/+206
| |
* | Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-044-826/+0
| | | | | | | | | | | | | | | | - The SizeCalculator uses recursive reflective calls in the object tree, and attempts illegal access to e.g. java.lang.module classes on Java 9+. With this access explicitly allowed via "--add-opens" the calculator returns a much larger size than the actual size of the object.
* | Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-1/+1
| |
* | Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-1/+1
| |
* | Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-1/+1
| |
* | Merge pull request #5720 from vespa-engine/gjoranv/java9-prep-03gjoranv2018-04-268-13/+20
|\ \ | | | | | | Gjoranv/java9 prep 03
| * | Fix wrong javadoc tag.gjoranv2018-04-262-2/+2
| | |
| * | Remove usage of apis deprecated in Java 9.gjoranv2018-04-266-11/+18
| | |
* | | Remove vespajlib:Utilgjoranv2018-04-262-66/+0
|/ / | | | | | | - Vespa no longer supports Java 6 or older.
* | Use Constructor.newInstance instead of Class.newInstance.gjoranv2018-04-251-1/+5
| | | | | | | | - The latter is deprecated in Java 9.
* | Add extra downcast to avoid "redundant cast" warning on Java 9.gjoranv2018-04-251-3/+6
| |
* | Revert "Merge pull request #5663 from ↵Jon Bratseth2018-04-231-9/+8
| | | | | | | | | | | | | | vespa-engine/revert-5628-bratseth/dispatch-summaries-take-4" This reverts commit dc350f9b5b3ea6ec73cb03f9e1a9feee9aedb754, reversing changes made to 416381813ecc71079cebdfc2fbea53db50714014.
* | Avoid duplicate referencing of name.Henning Baldersheim2018-04-191-0/+2
|/
* Revert "Bratseth/dispatch summaries take 3"Jon Bratseth2018-04-171-8/+9
|
* Revert "Merge pull request #5583 from ↵Jon Bratseth2018-04-161-9/+8
| | | | | | | vespa-engine/revert-5568-revert-5541-revert-5536-bratseth/dispatch-summaries-by-default" This reverts commit 31726a59b430f571e04a1869449f678e420c7de3, reversing changes made to 43f61854cb785763ae19564840557a7d9e758dce.
* Revert "Revert "Revert "dispatch.summaries by default when possible"""Jon Bratseth2018-04-131-8/+9
|
* Decode docsums the old fashioned wayJon Bratseth2018-04-121-9/+8
|
* Remove temporary codeJon Bratseth2018-04-091-1/+1
|
* Add stripInvalidCharactersJon Bratseth2018-04-062-10/+70
|
* Tensor API out of betaJon Bratseth2018-03-1238-94/+0
|
* Add TensorFlow variable converterJon Bratseth2018-03-089-16/+129
|
* OrderedTensorType.to/from specJon Bratseth2018-03-083-22/+23
|
* Improve diagnostic message.Henning Baldersheim2018-03-021-1/+1
|
* 1 - If another thread is already in progress dumping threads just make a ↵Henning Baldersheim2018-03-021-25/+40
| | | | | | note of it and continue. 2 - If another thread has already started shuttdown process, just make a note of it.
* Cleanup and more type inferenceJon Bratseth2018-02-241-21/+1
| | | | | | | - Use a type context in TensorTransformer - Correct Join.outputType - Understand tensorFromLabels and tensorFromWeightedSet - Don't wrap simple tensor arguments in constant()
* Merge pull request #5118 from vespa-engine/lesters/rename-tensorflow-constantsJon Bratseth2018-02-232-2/+19
|\ | | | | Refactor TensorFlow import and add dimension renaming.
| * Refactor TensorFlow import and add dimension renaming.Lester Solbakken2018-02-222-2/+19
| |
* | Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-2216-48/+195
|/
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-2116-195/+48
|
* Deduce correct concat typeJon Bratseth2018-02-214-21/+127
|
* Revert "Merge pull request #5091 from ↵Jon Bratseth2018-02-2113-27/+68
| | | | | | | vespa-engine/revert-5065-bratseth/typecheck-all-2" This reverts commit f15c8a6384031adfe0764f20e6448be4eccd517b, reversing changes made to 2a343e5a88a023a3f3246db2f47726e229d28fac.
* Revert "Bratseth/typecheck all 2"Jon Bratseth2018-02-2013-68/+27
|
* Propagate type informationJon Bratseth2018-02-1712-22/+39
|
* Static type check reference parametersJon Bratseth2018-02-173-6/+4
|
* Handle argument bindingsJon Bratseth2018-02-143-4/+29
|
* Re-apply typecheck ranking expressions in JavaJon Bratseth2018-02-091-0/+1
|