aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/make_tensor_function.h
blob: c720d63aa8398821bab1a88240e9ed17e3ad567c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright Yahoo. 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