summaryrefslogtreecommitdiffstats
path: root/searchlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-12-16 09:49:05 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-12-16 09:49:05 +0100
commit45992cec4b915513372b1d8e777e505aaee3f4a1 (patch)
tree17642d76df3a1c0b78465c92c7097cb2ca99957b /searchlib/abi-spec.json
parent8456f802f14447fa4d93154eb0945bc7867686a4 (diff)
Expression parse mapped 1-d tensor short form
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 5889f4844af..bde3b6abb6c 100644
--- a/searchlib/abi-spec.json
+++ b/searchlib/abi-spec.json
@@ -914,6 +914,8 @@
"public final com.yahoo.tensor.functions.DynamicTensor mappedTensorValueBody(com.yahoo.tensor.TensorType)",
"public final com.yahoo.tensor.functions.DynamicTensor mixedTensorValueBody(com.yahoo.tensor.TensorType, java.util.List)",
"public final com.yahoo.tensor.functions.DynamicTensor indexedTensorValueBody(com.yahoo.tensor.TensorType, java.util.List)",
+ "public final void keyValueOrMixedBlock(com.yahoo.tensor.TensorType, java.util.List, java.util.Map)",
+ "public final void keyValue(com.yahoo.tensor.TensorType, java.util.Map)",
"public final void mixedBlock(com.yahoo.tensor.TensorType, java.util.List, java.util.Map)",
"public final java.util.List indexedTensorCells()",
"public final void indexedTensorCellSubspaceList(java.util.List)",