aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-11-26 14:16:52 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-11-26 14:16:52 +0200
commit316c941e90f39d2e9bc46f12b96ca0f87471d1bd (patch)
tree63af0d60f937dda39bbe55793cc1a8253e89f134 /vespajlib/abi-spec.json
parentb85ad56773d5bb675dd0c7fc437bcf130cb8a15d (diff)
Allow bound functions in tensor Generate
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 307d5df3d6c..15cfce09793 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1620,6 +1620,7 @@
],
"methods": [
"public void <init>(com.yahoo.tensor.TensorType, java.util.function.Function)",
+ "public void <init>(com.yahoo.tensor.TensorType, com.yahoo.tensor.functions.ScalarFunction)",
"public java.util.List arguments()",
"public com.yahoo.tensor.functions.TensorFunction withArguments(java.util.List)",
"public com.yahoo.tensor.functions.PrimitiveTensorFunction toPrimitive()",