aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/make_tensor_function.h
blob: 6175597fa4be3aec7f53165aed0581228a3c20ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

namespace vespalib { class Stash; }

namespace vespalib::eval {

struct ValueBuilderFactory;
class NodeTypes;
struct TensorFunction;

namespace nodes { struct Node; }

const TensorFunction &make_tensor_function(const ValueBuilderFactory &factory, const nodes::Node &root, const NodeTypes &types, Stash &stash);

} // namespace vespalib::eval