summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/TensorFunction.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-03-12 15:11:40 +0100
committerJon Bratseth <bratseth@oath.com>2018-03-12 15:11:40 +0100
commit7025f7be4675729db480682ab4d7ddf96580f159 (patch)
tree254c997a6519b5cfcfdb5f8669eaa71cd9c912eb /vespajlib/src/main/java/com/yahoo/tensor/functions/TensorFunction.java
parent7288820860bcc2889f4c31ecd258017477f52d1c (diff)
Tensor API out of beta
Diffstat (limited to 'vespajlib/src/main/java/com/yahoo/tensor/functions/TensorFunction.java')
-rw-r--r--vespajlib/src/main/java/com/yahoo/tensor/functions/TensorFunction.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/tensor/functions/TensorFunction.java b/vespajlib/src/main/java/com/yahoo/tensor/functions/TensorFunction.java
index e805e9d87bb..1086d91da31 100644
--- a/vespajlib/src/main/java/com/yahoo/tensor/functions/TensorFunction.java
+++ b/vespajlib/src/main/java/com/yahoo/tensor/functions/TensorFunction.java
@@ -1,7 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.tensor.functions;
-import com.google.common.annotations.Beta;
import com.yahoo.tensor.Tensor;
import com.yahoo.tensor.TensorType;
import com.yahoo.tensor.evaluation.EvaluationContext;
@@ -17,7 +16,6 @@ import java.util.List;
*
* @author bratseth
*/
-@Beta
public abstract class TensorFunction {
/** Returns the function arguments of this node in the order they are applied */