summaryrefslogtreecommitdiffstats
path: root/model-evaluation
diff options
context:
space:
mode:
Diffstat (limited to 'model-evaluation')
-rw-r--r--model-evaluation/src/main/java/ai/vespa/models/evaluation/LazyArrayContext.java2
1 files changed, 1 insertions, 1 deletions
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.