summaryrefslogtreecommitdiffstats
path: root/model-evaluation
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2022-01-10 14:34:04 +0100
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:28 +0200
commit19f9c783c2f1ca136a6ed874656e0a2c93b4adca (patch)
treefe0a0ccaff7e0ba5293d9950b1725d7e03c5237d /model-evaluation
parent45a16605fe7caa2ebcbc1068fa2b48cbfa3b28c1 (diff)
onnxModel to onnx in summary/matchfeatures
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.