summaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/java/ai/vespa/rankingexpression/importer/configmodelview/ImportedMlModel.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Revert "Revert "Revert "Revert "Balder/model importing code in config model ↵Henning Baldersheim2022-11-091-0/+6
| | | | [run-systemtest]""""
* Revert "Revert "Revert "Balder/model importing code in config model ↵Henning Baldersheim2022-11-091-6/+0
| | | | [run-systemtest]"""
* Revert "Revert "Balder/model importing code in config model [run-systemtest]""Henning Baldersheim2022-11-091-0/+6
|
* Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-071-6/+0
|
* Revert "Revert "Balder/model importing code in config model [run-systemtest]""Henning Baldersheim2022-11-041-0/+6
|
* Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-041-6/+0
|
* Leave the existing interface as is and add 2 accessors for accessing the ↵Henning Baldersheim2022-11-041-2/+6
| | | | tensors directly.
* Avoid converting tensor to strings and back again.Henning Baldersheim2022-11-041-2/+4
|
* Revert "Since large constants are always tensors avoid creating a string ↵Harald Musum2022-11-041-4/+2
| | | | just…"
* Handle small and large Constants in a uniform way.Henning Baldersheim2022-11-031-1/+1
|
* Since large constants are always tensors avoid creating a string just to ↵Henning Baldersheim2022-11-031-1/+3
| | | | | | convert it back to tensors. That is a lot of work for nothing.
* Allow models referencing functions they don't defineJon Bratseth2022-04-291-0/+1
| | | | | | | | ML models may not be designed to be used standalone but only in context of another ranking expression, which then supplies functions referenced by the model. Tolerate such models in stateløess evaluation.
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Wire in stateless ONNX runtime evaluationLester Solbakken2021-05-211-0/+8
|
* Revert "Add method to fetch constants as tensors"Lester Solbakken2020-04-291-3/+0
| | | | This reverts commit 0d0de85cc0b9f280f91a992a015b323f7c9666da.
* Add method to fetch constants as tensorsLester Solbakken2020-04-291-0/+3
|
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-261-0/+23
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.