aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/vector_from_doubles_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/vector_from_doubles_function.h')
-rw-r--r--eval/src/vespa/eval/instruction/vector_from_doubles_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/vector_from_doubles_function.h b/eval/src/vespa/eval/instruction/vector_from_doubles_function.h
index 6af873f18d1..cb61dc04ec7 100644
--- a/eval/src/vespa/eval/instruction/vector_from_doubles_function.h
+++ b/eval/src/vespa/eval/instruction/vector_from_doubles_function.h
@@ -32,7 +32,7 @@ public:
return _self.resultType.dimensions()[0].name;
}
size_t size() const { return _self.resultSize; }
- 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);
};