From 19f9c783c2f1ca136a6ed874656e0a2c93b4adca Mon Sep 17 00:00:00 2001 From: Lester Solbakken Date: Mon, 10 Jan 2022 14:34:04 +0100 Subject: onnxModel to onnx in summary/matchfeatures --- .../src/main/java/ai/vespa/models/evaluation/LazyArrayContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model-evaluation/src') diff --git a/model-evaluation/src/main/java/ai/vespa/models/evaluation/LazyArrayContext.java b/model-evaluation/src/main/java/ai/vespa/models/evaluation/LazyArrayContext.java index 3314ecb23fc..d030108a17a 100644 --- a/model-evaluation/src/main/java/ai/vespa/models/evaluation/LazyArrayContext.java +++ b/model-evaluation/src/main/java/ai/vespa/models/evaluation/LazyArrayContext.java @@ -260,7 +260,7 @@ public final class LazyArrayContext extends Context implements ContextIndex { } /** - * Extract the feature used to evaluate the onnx model. e.g. onnxModel(name) and add + * Extract the feature used to evaluate the onnx model. e.g. onnx(name) and add * that as a bind target and argument. During evaluation, this will be evaluated before * the rest of the expression and the result is added to the context. Also extract the * inputs to the model and add them as bind targets and arguments. -- cgit v1.2.3