aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
* Replace `OnnxEvaluatorCache` with OnnxRuntimeBjørn Christian Seime2023-02-271-2/+2
| | | | | | Require an `OnnxRuntime` instance to create `OnnxEvaluator` instances. Cache underlying `OrtSession` instead of `OnnxEvaluator`. Move static helpers for checking Onnx runtime availability from `OnnxEvaluator` to `OnnxRuntime`.
* Cache Onnx model instancesBjørn Christian Seime2023-02-221-4/+9
| | | | | | Manage lifecycle of OnnxEvaluator instances explicitly to allow instances to be cached without use WeakHashmap/finalizers. Inject shared Onnx model cache in ModelsEvaluator.
* Update ABI spec format, and update all specsjonmv2022-10-251-30/+30
|
* GC deprecated unused methodsHenning Baldersheim2022-06-081-1/+0
|
* Update abiHenning Baldersheim2021-08-301-0/+1
|
* Update abiHenning Baldersheim2021-08-261-0/+2
|
* Revert "Revert "Remove incomplete constructor and unify tests.""Henning Baldersheim2021-08-261-1/+0
|
* Revert "Remove incomplete constructor and unify tests."Arnstein Ressem2021-08-261-0/+1
|
* Remove incomplete constructor and unify tests.Henning Baldersheim2021-08-261-1/+0
|
* Add currently unused config to interfaceHenning Baldersheim2021-05-231-0/+2
|
* Evaluate ONNX models in model-evaluation with ONNX RTLester Solbakken2021-05-201-2/+3
|
* Add support for importing LightGBM modelsLester Solbakken2020-02-021-0/+1
|
* Update abi specJon Bratseth2019-11-271-1/+1
|
* Update ABI specJon Bratseth2019-10-231-0/+3
|
* Add defaultValue() to ABI-specJon Bratseth2019-10-141-0/+1
|
* Set default missing value to NaN for model evaluationLester Solbakken2019-10-111-3/+1
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+87
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-87/+0
|
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+87