aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/dense_tensor_create_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/instruction/dense_tensor_create_function.h')
-rw-r--r--eval/src/vespa/eval/instruction/dense_tensor_create_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/dense_tensor_create_function.h b/eval/src/vespa/eval/instruction/dense_tensor_create_function.h
index c5788767e55..115c979cfc5 100644
--- a/eval/src/vespa/eval/instruction/dense_tensor_create_function.h
+++ b/eval/src/vespa/eval/instruction/dense_tensor_create_function.h
@@ -26,7 +26,7 @@ public:
~DenseTensorCreateFunction();
const ValueType &result_type() const override { return _self.result_type; }
void push_children(std::vector<Child::CREF> &children) const override;
- 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);
};