aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/evaluation/package-info.java
blob: 68ff4ec56182632615f948e2a2f3c6cd1e243c1d (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 data types
 *
 * @author bratseth
 */
@ExportPackage
@PublicApi
package com.yahoo.tensor.evaluation;

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