summaryrefslogtreecommitdiffstats
path: root/model-evaluation
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'required' attributeMartin Polden2023-01-261-1/+1
|
* Support configuration of GPU device to use in ONNX modelMartin Polden2023-01-231-1/+1
|
* Test direct renderingJon Bratseth2023-01-162-20/+88
|
* Support direct tensor renderingJon Bratseth2023-01-144-14/+18
|
* match JSON structureArne Juul2022-12-151-20/+18
|
* compare with Tensor not stringArne Juul2022-12-151-3/+11
|
* make it possible to check for equivalent JSONArne Juul2022-12-151-6/+40
|
* sort argumentsArne Juul2022-12-151-3/+9
|
* Fix testBatchDimensionEvaluation test by forcing long formatLester Solbakken2022-12-131-1/+1
|
* mark tests that are failing at the momentArne Juul2022-12-122-0/+9
|
* rename to just "container-onnxruntime"Arne Juul2022-12-021-1/+1
|
* add container-onnxruntime-bundleArne Juul2022-12-021-0/+6
|
* Use well defined order where we output text and generate config. Makes ↵Henning Baldersheim2022-12-016-19/+19
| | | | config stable and simple tests predictable.
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-019-71/+77
|
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-019-77/+71
|
* - Reduce usage of guava.Henning Baldersheim2022-12-019-71/+77
| | | | - Ensure that tests relying on order are determinsitic.
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-21/+8
|
* Update ABI spec format, and update all specsjonmv2022-10-251-30/+30
|
* 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
|
* Deprecate ConfigGetterHarald Musum2022-07-075-5/+5
|
* Merge pull request #22994 from vespa-engine/bjorncs/embed-jetty-spiflyJon Bratseth2022-06-081-6/+0
|\ | | | | Bjorncs/embed jetty spifly MERGEOK
| * Remove jdisc_jettyBjørn Christian Seime2022-06-081-6/+0
| |
* | Set short tensor format as defaultLester Solbakken2022-06-082-10/+12
|/
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* GC deprecated unused methodsHenning Baldersheim2022-06-081-1/+0
|
* GC unused methodsHenning Baldersheim2022-06-081-7/+0
|
* Add missing deps to lz4-java, and exclude in container-devgjoranv2022-06-081-0/+4
| | | | (no longer provided by jdisc)
* onnxModel to onnx in summary/matchfeaturesLester Solbakken2022-06-081-1/+1
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
|
* Include xgboost_non_standaloneJon Bratseth2022-04-291-2/+2
|
* Allow models referencing functions they don't defineJon Bratseth2022-04-293-2/+7
| | | | | | | | 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.
* Expect consistent spacingJon Bratseth2022-03-291-3/+3
|
* Move method for checking if onnxruntime is availableHarald Musum2022-02-113-4/+11
| | | | Use it in model-evaluation as well
* Replace usage of deprecated ConfigGetter method and FileSource.gjoranv2022-02-015-73/+63
|
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-032-2/+2
| | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* 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
|
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-076-6/+6
|
* Update 2018 copyright notices.gjoranv2021-10-0719-19/+19
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* 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-292-6/+4
|
* Use values/cells/blocks format for short formLester Solbakken2021-09-281-6/+6
|
* Rename 'literal' to 'string'Lester Solbakken2021-09-281-1/+1
|
* Fix testLester Solbakken2021-09-271-1/+1
|
* Stateless REST API: short forms for sparse and mixed tensorsLester Solbakken2021-09-273-4/+47
|