summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/package-info.java
blob: 13ca7fa8a13fbc159dab4722d1738a617973d0b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2016 Yahoo Inc. 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;

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