aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/src/main
Commit message (Expand)AuthorAgeFilesLines
* pick up and remember declared returned types for functionsArne Juul2023-03-071-5/+9
* allow dollar in function namesArne Juul2023-03-031-4/+4
* use common utility and constantArne Juul2023-03-022-3/+10
* only optimize functions that have a contextPrototypeArne Juul2023-03-011-4/+8
* fix regexp patterns that only allowed exactly two argumentsArne Juul2023-03-011-4/+4
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-273-21/+21
* Merge pull request #26188 from vespa-engine/arnej/pick-up-declare-feature-typesJon Bratseth2023-02-272-3/+30
|\
| * pick up declared type of query/attribute features,Arne Juul2023-02-262-3/+30
* | replace assert -> check and throwArne Juul2023-02-261-2/+4
|/
* handle non-identifier onnx input/output names: instead of the conflictingArne Juul2023-02-221-16/+27
* add configurable input/output mappingsArne Juul2023-02-222-4/+122
* Cache Onnx model instancesBjørn Christian Seime2023-02-224-12/+33
* pick up specified name of output from onnx modelArne Juul2023-02-111-1/+7
* Merge pull request #25993 from vespa-engine/arnej/get-global-evaluator-from-r...Henning Baldersheim2023-02-111-0/+12
|\
| * handle that the component graph contains multiple ModelsEvaluator instances (...Arne Juul2023-02-101-0/+12
* | also handle JSON-serialization of constantsArne Juul2023-02-111-3/+6
|/
* Revert "handle that the component graph contains multiple ModelsEvaluator ins...Henning Baldersheim2023-02-101-10/+0
* handle that the component graph contains multiple ModelsEvaluator instancesArne Juul2023-02-101-0/+10
* Allow fallback to CPU if nodes are provisioned without GPUMartin Polden2023-02-081-1/+1
* Remove 'required' attributeMartin Polden2023-01-261-1/+1
* Support configuration of GPU device to use in ONNX modelMartin Polden2023-01-231-1/+1
* Support direct tensor renderingJon Bratseth2023-01-141-9/+9
* sort argumentsArne Juul2022-12-151-3/+9
* Use well defined order where we output text and generate config. Makes config...Henning Baldersheim2022-12-014-12/+12
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-015-56/+45
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-015-45/+56
* - Reduce usage of guava.Henning Baldersheim2022-12-015-56/+45
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-21/+8
* Use consistent terminologyJon Bratseth2022-09-291-3/+3
* Use tensor vocabularyJon Bratseth2022-09-281-10/+10
* Fold comparisons into the other operatorsJon Bratseth2022-09-281-21/+50
* Set short tensor format as defaultLester Solbakken2022-06-081-3/+3
* GC unused methodsHenning Baldersheim2022-06-081-7/+0
* onnxModel to onnx in summary/matchfeaturesLester Solbakken2022-06-081-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Allow models referencing functions they don't defineJon Bratseth2022-04-291-1/+3
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-032-2/+2
* Avoid using deprecated methodsHenning Baldersheim2021-11-031-2/+2
* Make StringValue symmetric so it can accept its output (toString) as input.Henning Baldersheim2021-11-031-1/+0
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2018 copyright notices.gjoranv2021-10-0710-10/+10
* Add parsing of ONNX Runtime session options to services.xmlLester Solbakken2021-09-302-3/+13
* Add tensor short form format option for result renderingLester Solbakken2021-09-291-2/+1
* Rename 'literal' to 'string'Lester Solbakken2021-09-281-1/+1
* Stateless REST API: short forms for sparse and mixed tensorsLester Solbakken2021-09-271-2/+6
* Add short form output option to model-evaluation REST APILester Solbakken2021-09-011-0/+6
* Use HOST request header for base url in model evaluation REST APILester Solbakken2021-08-301-3/+8
* lz4 compress blobs.Henning Baldersheim2021-08-301-3/+11
* Test loading of large rank expressions from filesHenning Baldersheim2021-08-261-2/+9
* Handle external expressions in model evaluation too.Henning Baldersheim2021-08-262-2/+49