aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/src/main/java/ai/vespa/models/evaluation/Model.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* check ONNX model input type with isAssignableToArne Juul2023-03-211-3/+5
* use OnnxExpressionNodeArne Juul2023-03-081-0/+66
* refactor binding extraction, with cachingArne Juul2023-03-081-1/+3
* only optimize functions that have a contextPrototypeArne Juul2023-03-011-4/+8
* pick up declared type of query/attribute features,Arne Juul2023-02-261-2/+6
* Cache Onnx model instancesBjørn Christian Seime2023-02-221-2/+5
* Use well defined order where we output text and generate config. Makes config...Henning Baldersheim2022-12-011-1/+1
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-17/+13
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-13/+17
* - Reduce usage of guava.Henning Baldersheim2022-12-011-17/+13
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-21/+8
* Use consistent terminologyJon Bratseth2022-09-291-3/+3
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Remove onnx feature as argument for stateless evaluationLester Solbakken2021-06-281-3/+0
* Add compatibility for old ONNX default signature importLester Solbakken2021-05-271-0/+5
* Evaluate ONNX models in model-evaluation with ONNX RTLester Solbakken2021-05-201-3/+15
* Model eval: handle unambiguous outputs and models converted from tensorflow t...Lester Solbakken2020-08-241-10/+20
* SimplifyJon Bratseth2019-10-231-4/+1
* Set default missing value to NaN for model evaluationLester Solbakken2019-10-111-2/+7
* Move all importing to model-integrationJon Bratseth2018-11-221-3/+5
* Restore old package nameJon Bratseth2018-11-221-1/+1
* Be truthful about generated functionsJon Bratseth2018-10-021-4/+14
* Don't expose generated functionsJon Bratseth2018-10-021-2/+11
* Return function types without evaluatingJon Bratseth2018-10-021-1/+1
* Fill in missing typesJon Bratseth2018-10-011-6/+18
* Include argument type information in functionsJon Bratseth2018-10-011-2/+4
* Revert "Merge pull request #6818 from vespa-engine/revert-6813-bratseth/handl...Jon Bratseth2018-09-051-3/+8
* Revert "Bratseth/handle large constants take 4"Harald Musum2018-09-051-8/+3
* Revert "Merge pull request #6794 from vespa-engine/revert-6788-bratseth/handl...Jon Bratseth2018-09-051-3/+8
* Revert "Bratseth/handle large constants take 3"Jon Bratseth2018-09-051-8/+3
* Revert "Merge pull request #6794 from vespa-engine/revert-6788-bratseth/handl...Jon Bratseth2018-09-051-3/+8
* Revert "Bratseth/handle large constants take 2"Jon Bratseth2018-09-041-8/+3
* Revert "Merge pull request #6781 from vespa-engine/revert-6774-bratseth/handl...Jon Bratseth2018-09-041-3/+8
* Revert "Bratseth/handle large constants"Harald Musum2018-09-041-8/+3
* Read and resolve constants in model evaluationJon Bratseth2018-09-031-3/+8
* Improve JavadocJon Bratseth2018-08-281-0/+2
* Make public betaJon Bratseth2018-08-271-0/+2
* Improve evaluation APIJon Bratseth2018-08-251-4/+45
* Rename (#6543)Jon Bratseth2018-08-101-0/+132