aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/src/main/java/ai/vespa/models/evaluation/OnnxModel.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* No need to close an evaluater that has not been created(loaded)Henning Baldersheim2023-06-301-3/+6
* use OnnxExpressionNodeArne Juul2023-03-081-1/+5
* add ExpressionNode computing an output from an ONNX modelArne Juul2023-03-081-0/+19
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-271-12/+12
* 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-221-3/+114
* Cache Onnx model instancesBjørn Christian Seime2023-02-221-7/+11
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add parsing of ONNX Runtime session options to services.xmlLester Solbakken2021-09-301-2/+5
* Evaluate ONNX models in model-evaluation with ONNX RTLester Solbakken2021-05-201-0/+57