aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index aea1c84fa76..5e6168e71f7 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -787,7 +787,10 @@
"public",
"abstract"
],
- "methods": [],
+ "methods": [
+ "public com.yahoo.tensor.IndexedTensor$BoundBuilder fill(float[])",
+ "public com.yahoo.tensor.IndexedTensor$BoundBuilder fill(double[])"
+ ],
"fields": []
},
"com.yahoo.tensor.IndexedTensor$Builder": {