aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/abi-spec.json
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2021-03-16 13:39:46 +0100
committerLester Solbakken <lesters@oath.com>2021-03-16 13:39:46 +0100
commitd7456a4c3504ad84afa9f461322bcdcc79e8b357 (patch)
treef162ff2b125d815fec82bc0df645a3cefff5a35d /searchlib/abi-spec.json
parent73702b1c05deaaf08bcfed78c15494d2e53684a9 (diff)
Revert "Revert "Lesters/cell cast java""
This reverts commit d2c61030d6c62b8c4889d3471d2ee5f17bb14a5f.
Diffstat (limited to 'searchlib/abi-spec.json')
-rw-r--r--searchlib/abi-spec.json2
1 files changed, 2 insertions, 0 deletions
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",