summaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Expand)AuthorAgeFilesLines
* Check for model name collisionsJon Bratseth2018-09-047-18/+32
* Scope converted models to their rank profileJon Bratseth2018-08-301-1/+0
* Revert "Merge pull request #6742 from vespa-engine/revert-6732-bratseth/gener...Jon Bratseth2018-08-302-17/+25
* Revert "Bratseth/generate rank profiles for all models part 10 2"Jon Bratseth2018-08-302-25/+17
* Revert "Merge pull request #6722 from vespa-engine/revert-6713-bratseth/gener...Jon Bratseth2018-08-292-17/+25
* Revert "Read stored models from Zk package for global rank profiles"Jon Bratseth2018-08-292-25/+17
* Read stored models from Zk package for global rank profilesJon Bratseth2018-08-292-17/+25
* Merge pull request #6679 from vespa-engine/gjoranv/javacc-plugingjoranv2018-08-282-4/+4
|\
| * Switch to new javacc maven plugin:gjoranv2018-08-272-4/+4
* | Close readersJon Bratseth2018-08-261-1/+1
* | Strip last namesJon Bratseth2018-08-261-4/+11
* | Improve evaluation APIJon Bratseth2018-08-251-7/+6
* | Fix todoJon Bratseth2018-08-251-7/+5
* | Test global rank profilesJon Bratseth2018-08-251-2/+12
* | Separate out ranking constantsJon Bratseth2018-08-241-0/+2
* | Let ImportedModel know how to address each expressionJon Bratseth2018-08-242-0/+40
|/
* Make XGBoost models first class citizensJon Bratseth2018-08-234-6/+22
* Scope imported models to an entire application buildJon Bratseth2018-08-221-0/+70
* Automatically figure out the right importerJon Bratseth2018-08-223-6/+29
* Derive model name from pathJon Bratseth2018-08-221-2/+1
* Scope transforms and converters to rank profileJon Bratseth2018-08-221-1/+2
* Don't mutate expressions in imported modelsJon Bratseth2018-08-212-1/+14
* Add XGBoost to Vespa converterGrace Lam2018-08-143-0/+182
* Refactor and remove duplicationJon Bratseth2018-08-101-0/+1
* Optimize expressionsJon Bratseth2018-08-082-5/+10
* preserve binary compatibilityArne Juul2018-07-261-3/+7
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-2310-78/+142
|\
| * Reuse context prototypesJon Bratseth2018-07-201-1/+1
| * Basic Java model evaluationJon Bratseth2018-07-203-2/+9
| * Java model evaluation WIPJon Bratseth2018-07-207-70/+119
| * Evaluation testsJon Bratseth2018-07-062-6/+14
* | Fix author tag for SimonBjørn Christian Seime2018-07-0591-91/+91
|/
* Nonfunctional changes onlyJon Bratseth2018-06-261-1/+1
* Refactor ONNX and TF import to use same code baseLester Solbakken2018-06-0650-2372/+1501
* Revert "Refactor ONNX and TF import to use same code base"Harald Musum2018-06-0650-1501/+2372
* Add more ONNX operationsLester Solbakken2018-06-041-5/+22
* Clean up a bit and add some clarification commentsLester Solbakken2018-06-0410-347/+59
* Add more ONNX operationsLester Solbakken2018-06-011-0/+21
* Verify tensorflow output typesLester Solbakken2018-06-013-19/+32
* Add logging of variable typesLester Solbakken2018-06-013-17/+18
* Put model names back in generated macrosLester Solbakken2018-06-0121-96/+91
* Fix dropout import test caseLester Solbakken2018-06-011-2/+2
* Fix BatchNorm test caseLester Solbakken2018-06-011-3/+3
* Refactor ONNX and TF import to use same code baseLester Solbakken2018-06-0150-2379/+1749
* Export ONNX packageLester Solbakken2018-05-281-0/+8
* Add copyright headersLester Solbakken2018-05-286-0/+11
* Remove todoLester Solbakken2018-05-281-1/+1
* Add ONNX pseudo ranking featureLester Solbakken2018-05-284-43/+168
* More explanation on type mismatchJon Bratseth2018-05-254-7/+5
* Merge pull request #5881 from vespa-engine/arnej/handle-missing-hostname-utilsArne H Juul2018-05-162-4/+10
|\