aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/sparse_singledim_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/sparse_singledim_lookup.h')
-rw-r--r--eval/src/vespa/eval/instruction/sparse_singledim_lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/sparse_singledim_lookup.h b/eval/src/vespa/eval/instruction/sparse_singledim_lookup.h
index c5d07f3381c..ed2e7e1ea3f 100644
--- a/eval/src/vespa/eval/instruction/sparse_singledim_lookup.h
+++ b/eval/src/vespa/eval/instruction/sparse_singledim_lookup.h
@@ -16,7 +16,7 @@ class SparseSingledimLookup : public tensor_function::Op2
{
public:
SparseSingledimLookup(const TensorFunction &tensor, const TensorFunction &expr);
- 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; }
static const TensorFunction &optimize(const TensorFunction &expr, Stash &stash);
};