aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/sum_max_dot_product_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/sum_max_dot_product_function.h')
-rw-r--r--eval/src/vespa/eval/instruction/sum_max_dot_product_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/sum_max_dot_product_function.h b/eval/src/vespa/eval/instruction/sum_max_dot_product_function.h
index 23bc102e1f3..a9b0152251b 100644
--- a/eval/src/vespa/eval/instruction/sum_max_dot_product_function.h
+++ b/eval/src/vespa/eval/instruction/sum_max_dot_product_function.h
@@ -40,7 +40,7 @@ public:
const TensorFunction &query,
const TensorFunction &document,
size_t dp_size);
- InterpretedFunction::Instruction compile_self(const ValueBuilderFactory &factory, Stash &stash) const override;
+ InterpretedFunction::Instruction compile_self(const CTFContext &ctx) const override;
size_t dp_size() const { return _dp_size; }
bool result_is_mutable() const override { return true; }
static const TensorFunction &optimize(const TensorFunction &expr, Stash &stash);