From a72c0d645fcf7dcf9225d9e13a16b3bc0434c6ca Mon Sep 17 00:00:00 2001 From: Lester Solbakken Date: Tue, 16 Mar 2021 12:11:26 +0100 Subject: Add Java-side tensor type cell casting --- searchlib/abi-spec.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searchlib/abi-spec.json') diff --git a/searchlib/abi-spec.json b/searchlib/abi-spec.json index d412f408350..9e958dd4d4c 100644 --- a/searchlib/abi-spec.json +++ b/searchlib/abi-spec.json @@ -897,6 +897,7 @@ "public final com.yahoo.searchlib.rankingexpression.rule.TensorFunctionNode tensorXwPlusB()", "public final com.yahoo.searchlib.rankingexpression.rule.TensorFunctionNode tensorArgmax()", "public final com.yahoo.searchlib.rankingexpression.rule.TensorFunctionNode tensorArgmin()", + "public final com.yahoo.searchlib.rankingexpression.rule.TensorFunctionNode tensorCellCast()", "public final com.yahoo.searchlib.rankingexpression.rule.LambdaFunctionNode lambdaFunction()", "public final com.yahoo.tensor.functions.Reduce$Aggregator tensorReduceAggregator()", "public final com.yahoo.tensor.TensorType tensorType(java.util.List)", @@ -1046,6 +1047,7 @@ "public static final int XW_PLUS_B", "public static final int ARGMAX", "public static final int ARGMIN", + "public static final int CELL_CAST", "public static final int AVG", "public static final int COUNT", "public static final int MAX", -- cgit v1.2.3