aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2023-03-17 10:33:18 +0000
committerArne Juul <arnej@yahooinc.com>2023-03-17 13:43:26 +0000
commitefb6f7921c239a3c48eaf472189ae4e058e231b9 (patch)
treeaa34acb395e18f450f675c5b3b1d39a63ed7e8d9 /vespajlib/abi-spec.json
parent09c6802922df60c9ddea8fbe044006f2c645a9c7 (diff)
expose embedded expressions from DynamicTensor
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 011e7e4a31d..e45b13a6eb0 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1730,6 +1730,7 @@
"methods" : [
"public com.yahoo.tensor.TensorType type(com.yahoo.tensor.evaluation.TypeContext)",
"public java.util.List arguments()",
+ "public abstract java.util.List cellGeneratorFunctions()",
"public com.yahoo.tensor.functions.TensorFunction withArguments(java.util.List)",
"public com.yahoo.tensor.functions.PrimitiveTensorFunction toPrimitive()",
"public java.lang.String toString(com.yahoo.tensor.functions.ToStringContext)",