summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/processing/RankProfileSearchFixture.java
Commit message (Collapse)AuthorAgeFilesLines
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-261-2/+2
| | | | | | This is to avoid having to install config-mode and dependencies in the container at startup as a consequence of wanting model-integration there to make TensorFlow available.
* Model the config model view of model-integrationJon Bratseth2018-11-261-6/+6
| | | | | This is to make it clearer that these methods are part of the config model API.
* Move all importing to model-integrationJon Bratseth2018-11-221-2/+2
|
* Restore old package nameJon Bratseth2018-11-221-2/+2
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-2/+11
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Refactor: macro -> functionJon Bratseth2018-09-171-2/+2
|
* Refactor: macro -> functionJon Bratseth2018-09-171-1/+1
|
* Refactor: Expose functionJon Bratseth2018-09-171-1/+1
|
* Improve evaluation APIJon Bratseth2018-08-251-1/+2
|
* Cleanup rank profile registryJon Bratseth2018-08-241-2/+2
|
* Scope imported models to an entire application buildJon Bratseth2018-08-221-1/+7
|
* Revert "Merge pull request #6635 from ↵Jon Bratseth2018-08-211-6/+22
| | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-2-4" This reverts commit 3f91e18528b4982398332a30728eed8f7d2b580c, reversing changes made to 8e3ba08f1d3b79e573864726c6c03e58862feee6.
* Revert "Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-201-22/+6
| | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3"" This reverts commit c7cfd9f4742f398331839ed0f2ceeee55c68a791.
* Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-201-6/+22
| | | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3" This reverts commit c6d642b55558203a6eddd79efbc232bb34ec8e52, reversing changes made to 59ffc5091b8246674843deea81a11a917abf801e.
* Revert "Bratseth/generate rank profiles for all models part 2 3"Jon Bratseth2018-08-201-22/+6
|
* Revert "Merge pull request #6619 from ↵Jon Bratseth2018-08-201-6/+22
| | | | | | | vespa-engine/revert-6611-revert-6596-revert-6584-bratseth/generate-rank-profiles-for-all-models-part-2" This reverts commit 0437e8cc1d550fb8c6d24ffe4da813067c542f62, reversing changes made to 1715b8393827c159f8709033075066b29932f852.
* Revert "Revert "Revert "Convert all outputs"""Jon Marius Venstad2018-08-171-22/+6
|
* Revert "Revert "Convert all outputs""Jon Bratseth2018-08-171-6/+22
|
* Revert "Convert all outputs"Jon Bratseth2018-08-151-22/+6
|
* Convert all outputsJon Bratseth2018-08-151-6/+22
|
* Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-221-2/+2
|
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-211-2/+2
|
* Revert "Merge pull request #5091 from ↵Jon Bratseth2018-02-211-2/+2
| | | | | | | 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-201-2/+2
|
* Re-apply typecheck ranking expressions in JavaJon Bratseth2018-02-091-2/+2
|
* Revert "Bratseth/typecheck all"Henning Baldersheim2018-02-061-2/+2
|
* Type check all expressionsJon Bratseth2018-02-061-2/+2
|
* Use query profiles already readJon Bratseth2018-02-051-6/+10
|
* Test feature combinationJon Bratseth2018-01-311-3/+4
|
* Add constant feature testJon Bratseth2018-01-311-2/+4
|
* Add attribute access testJon Bratseth2018-01-311-0/+5
|
* Add copyright headersJon Bratseth2018-01-251-0/+1
|
* Access files through application packageJon Bratseth2018-01-161-1/+7
|
* Complete support for TF constants as files (deactivated)Jon Bratseth2018-01-111-0/+3
|
* Basic TensorFlow integrationJon Bratseth2018-01-091-0/+58
This wil replace any occurrence of tensorflow(...) in ranking expressions with the corresponding translated expression. It is functional but these tings are outstanding - Propagate warnings - Import a model just once even if referred multiple times - Add constants as tensor files rather than config