aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/package-info.java
blob: d804f4cef95a41a266c93c97edfd5bf75d371ae1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Tensor function evaluation
 *
 * @author bratseth
 */
@ExportPackage
@PublicApi
package com.yahoo.tensor.functions;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;