aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-025-5/+5
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-025-5/+5
|
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-011-1/+1
|
* Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
|
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-303-3/+3
|
* Remove vespajlib:Utilgjoranv2018-04-262-5/+1
| | | | - Vespa no longer supports Java 6 or older.
* Use file distribuition for constant tensors of size 1Lester Solbakken2018-04-231-1/+1
|
* Better error message when TensorFlow model import failsLester Solbakken2018-04-233-1/+10
|
* Merge pull request #5639 from ↵Jon Bratseth2018-04-2221-82/+99
|\ | | | | | | | | vespa-engine/balder/reduce-memory-footprint-for-rankprofiles Balder/reduce memory footprint for rankprofiles
| * Correct tagJon Bratseth2018-04-222-2/+2
| |
| * Add back public interface, now deprecatedHenning Baldersheim2018-04-201-0/+15
| |
| * Wire in a StringBuilder to avoid string concatenation.Henning Baldersheim2018-04-2020-70/+78
| |
| * arguments can not be nullHenning Baldersheim2018-04-191-4/+2
| |
| * Avoid duplicate referencing of name.Henning Baldersheim2018-04-191-9/+5
| |
* | Remove unnecessary importsLester Solbakken2018-04-201-7/+0
| |
* | Add Tensorflow concat operationLester Solbakken2018-04-202-0/+118
|/
* Nonfunctional changesJon Bratseth2018-04-062-1/+3
|
* Nonfunctional changes onlyJon Bratseth2018-03-191-2/+4
|
* Prefix macro names by modelName to avoid name conflictsJon Bratseth2018-03-1319-78/+74
|
* Prefix constants by model nameJon Bratseth2018-03-137-37/+86
| | | | | | | | | Large constants are cross rank profiles. This avoids name conflicts when multiple models are used. It is not strictly necessary because the user can always disambiguate when chosing names, but there is a scenario where conflicts are plausible and leaving this to users is inconvenient: Multiple versions of the "same" model are tested in different rank profiles.
* Merge pull request #5267 from vespa-engine/lesters/tensorflow-broadcastingJon Bratseth2018-03-091-25/+91
|\ | | | | Make TensorFlow import joins compatible with broadcasting
| * Fix size comparisonLester Solbakken2018-03-081-1/+1
| |
| * Make TensorFlow import joins compatible with broadcastingLester Solbakken2018-03-081-25/+91
| |
* | Add TensorFlow variable converterJon Bratseth2018-03-083-10/+75
| |
* | Log OrderedTensorType of imported TensorFlow variablesJon Bratseth2018-03-081-3/+28
| |
* | OrderedTensorType.to/from specJon Bratseth2018-03-081-0/+18
| |
* | Refactor onlyJon Bratseth2018-03-082-24/+24
|/
* Merge pull request #5241 from vespa-engine/bratseth/tf-constants-in-parent-docLester Solbakken2018-03-075-38/+15
|\ | | | | Bratseth/tf constants in parent doc
| * Remove support for slash in identifiersJon Bratseth2018-03-071-12/+1
| |
| * Allow macros to replace TenorFlow variablesJon Bratseth2018-03-074-26/+14
| | | | | | | | | | | | 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 TensorFlow dimension renaming at joinLester Solbakken2018-03-072-3/+5
|/
* Generate macros for TensorFlow nodes with multiple outputsLester Solbakken2018-03-053-5/+20
|
* RefactorJon Bratseth2018-02-241-0/+32
|
* Cleanup and more type inferenceJon Bratseth2018-02-241-2/+3
| | | | | | | - 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-2327-1171/+2331
|\ | | | | Refactor TensorFlow import and add dimension renaming.
| * Refactor TensorFlow import and add dimension renaming.Lester Solbakken2018-02-2227-1171/+2331
| |
* | Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-2231-174/+379
|/
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-2131-379/+174
|
* Revert "Merge pull request #5091 from ↵Jon Bratseth2018-02-2131-174/+379
| | | | | | | 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-2031-379/+174
|
* Correct yearJon Bratseth2018-02-201-1/+1
|
* Propagate type informationJon Bratseth2018-02-1721-26/+49
|
* Static type check reference parametersJon Bratseth2018-02-176-25/+21
|
* CleanupJon Bratseth2018-02-172-27/+31
|
* CleanupJon Bratseth2018-02-172-16/+14
|
* CleanupJon Bratseth2018-02-172-23/+17
|
* CleanupJon Bratseth2018-02-171-6/+1
|
* RefactorJon Bratseth2018-02-173-97/+111
|
* CleanupJon Bratseth2018-02-173-43/+53
|
* Handle nested bindingsJon Bratseth2018-02-141-0/+1
|