aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/universal_dot_product.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/universal_dot_product.h')
-rw-r--r--eval/src/vespa/eval/instruction/universal_dot_product.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/universal_dot_product.h b/eval/src/vespa/eval/instruction/universal_dot_product.h
index 14dbd6e1766..6c40c7bdc68 100644
--- a/eval/src/vespa/eval/instruction/universal_dot_product.h
+++ b/eval/src/vespa/eval/instruction/universal_dot_product.h
@@ -17,7 +17,7 @@ class UniversalDotProduct : public tensor_function::Op2
{
public:
UniversalDotProduct(const ValueType &res_type, const TensorFunction &lhs, const TensorFunction &rhs);
- InterpretedFunction::Instruction compile_self(const ValueBuilderFactory &factory, Stash &stash) const override;
+ InterpretedFunction::Instruction compile_self(const CTFContext &ctx) const override;
bool result_is_mutable() const override { return true; }
bool forward() const;
bool distinct() const;