summaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Handle argument bindingsJon Bratseth2018-02-147-18/+108
|
* Typecheck all WIPJon Bratseth2018-02-136-51/+120
|
* Re-apply typecheck ranking expressions in JavaJon Bratseth2018-02-091-3/+14
|
* Remove commented out codeLester Solbakken2018-02-081-5/+0
|
* Inline small tensor constants imported from tensorflowLester Solbakken2018-02-083-6/+13
|
* Switch between number and tensor treatment based on type().rankJon Bratseth2018-02-072-3/+3
|
* Revert "Bratseth/typecheck all"Henning Baldersheim2018-02-061-14/+3
|
* Don't include output name when type checkingJon Bratseth2018-02-061-3/+11
|
* Merge branch 'master' into bratseth/typecheck-allJon Bratseth2018-02-062-8/+28
|\
| * Store small constants separatelyLester Solbakken2018-02-051-4/+11
| |
| * Support small constantsJon Bratseth2018-02-051-4/+17
| |
* | Type check all expressionsJon Bratseth2018-02-061-1/+1
| |
* | Typecheck all ranking expressionsJon Bratseth2018-02-051-1/+4
|/
* Add logging when adding a constantJon Bratseth2018-02-051-1/+1
|
* Unify canonicalizationJon Bratseth2018-02-033-122/+6
|
* Fetaure names cleanup WIPJon Bratseth2018-02-021-15/+54
|
* Generalize dimension-wiseJon Bratseth2018-02-021-7/+5
|
* Replace / in Tensorflow constants and placeholders to _Lester Solbakken2018-02-023-10/+17
|
* Allow type generalizations in ifJon Bratseth2018-02-012-6/+20
|
* Correct copyright headersJon Bratseth2018-02-011-1/+2
|
* Canonicalize featuresJon Bratseth2018-01-315-13/+90
| | | | | This allows us to find the type of features referenced in ranking expressions regardless of the form they are written in.
* Nonfunctional changes onlyJon Bratseth2018-01-311-0/+1
|
* Verify macrosJon Bratseth2018-01-3130-135/+138
|
* Propagate type information through ranking expressionsJon Bratseth2018-01-2919-37/+141
|
* Propagate type informationJon Bratseth2018-01-2911-33/+117
|
* Refactor tensorflow import and add dropout testLester Solbakken2018-01-266-342/+775
|
* Add copyright headersJon Bratseth2018-01-251-0/+1
|
* Remove loggingJon Bratseth2018-01-252-1/+5
|
* Merge branch 'master' into lesters/add-batch-norm-tf-caseLester Solbakken2018-01-221-2/+2
|\
| * Use double quotesJon Bratseth2018-01-221-1/+1
| | | | | | | | Single quotes are not supported in the backend.