aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/java/ai/vespa/rankingexpression/importer/ImportedModel.java
Commit message (Expand)AuthorAgeFilesLines
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Revert "Revert "Balder/wire executor to ml model importing""Henning Baldersheim2021-09-121-1/+0
* Revert "Balder/wire executor to ml model importing"Arne H Juul2021-09-101-0/+1
* Also wire in executor to global rank profile generation.Henning Baldersheim2021-09-091-1/+0
* Wire in stateless ONNX runtime evaluationLester Solbakken2021-05-211-1/+17
* Revert "Add method to fetch constants as tensors"Lester Solbakken2020-04-291-6/+0
* Add method to fetch constants as tensorsLester Solbakken2020-04-291-0/+6
* Allow direct injection of feature typesJon Bratseth2020-01-101-0/+3
* Inject rename to relax constraint proof of conceptJon Bratseth2019-07-031-1/+4
* Rewrite large constant references from foo to constant(foo)Jon Bratseth2019-06-061-3/+0
* Expression file references in Vespa modelsJon Bratseth2019-06-061-0/+41
* Vespa global model importJon Bratseth2019-06-021-1/+1
* Support native Vespa standalone modelsJon Bratseth2019-05-311-7/+1
* Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-291-25/+10
* Revert "Always output tensor type in toString"HÃ¥kon Hallingstad2018-11-291-10/+25
* Merge pull request #7808 from vespa-engine/bratseth/always-output-tensor-type...Lester Solbakken2018-11-291-25/+10
|\
| * Always output tensor type in toStringJon Bratseth2018-11-281-25/+10
* | Merge pull request #7805 from vespa-engine/bratseth/allow-zero-arg-parenthesisLester Solbakken2018-11-291-2/+0
|\ \
| * | Allow no-arg function invocations to use parenthesesJon Bratseth2018-11-281-2/+0
| |/
* / Remove method only used by testsJon Bratseth2018-11-271-10/+0
|/
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-261-2/+2
* Model the config model view of model-integrationJon Bratseth2018-11-261-66/+40
* Java type only interface between imported-models and config modelsJon Bratseth2018-11-251-28/+104
* Move all importing to model-integrationJon Bratseth2018-11-221-0/+226