aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* | Support negative values dimension sizes in tensorflow reshape importLester Solbakken2018-01-221-2/+4
| |
* | Support negative dimesions in import of expanddimsLester Solbakken2018-01-221-3/+7
| |
* | Fix string representations of tensor expressionsLester Solbakken2018-01-221-1/+1
| |
* | Add batch normalization test caseLester Solbakken2018-01-224-37/+435
|/
* Parse generated tensor function treesJon Bratseth2018-01-226-18/+44
| | | | | | | | | To make generated tensor function trees transparent to the config model we need to convert each tensor function node to the corresponding ranking expression node. This is most easily done by parsing the tensor function tree string output as a ranking expression (something which is required to always work in any case).
* Access files through application packageJon Bratseth2018-01-161-1/+6
|
* Write generated expressionsJon Bratseth2018-01-151-0/+2
|
* Merge pull request #4628 from vespa-engine/bratseth/tf-constants-as-files-2Lester Solbakken2018-01-115-0/+5
|\ | | | | Complete support for TF constants as files (deactivated)
| * Complete support for TF constants as files (deactivated)Jon Bratseth2018-01-115-0/+5
| |
* | JavadocJon Bratseth2018-01-111-1/+1
| |
* | ExportJon Bratseth2018-01-111-0/+8
|/
* TensorFlow import of name scopes and new activation functions.Lester Solbakken2018-01-111-1/+4
|
* ImportResult -> TensorFlowModelJon Bratseth2018-01-103-13/+13
|
* Store warnings under the right outputJon Bratseth2018-01-102-12/+9
|
* Use type parameterJon Bratseth2018-01-103-6/+6
|
* Use a context for transform stateJon Bratseth2018-01-104-27/+40
|
* Merge pull request #4499 from vespa-engine/bratseth/long-dimensionsLester Solbakken2017-12-212-7/+5
|\ | | | | Use longs for dimensions lengths in all API's
| * Use longs for dimensions lengths in all API'sJon Bratseth2017-12-192-7/+5
| | | | | | | | | | This is to be able to support tensor dimensions with more than 2B elements in the future without API change.
* | SimplifyJon Bratseth2017-12-201-14/+5
| |
* | Only import onceJon Bratseth2017-12-202-27/+34
| |
* | SimplifyJon Bratseth2017-12-202-25/+21
| |
* | Model signatures in import resultsJon Bratseth2017-12-203-49/+104
|/