aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-04-26 15:16:57 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-04-26 15:16:57 +0200
commit62b7463c18819588789fe2b848f64b01f3b84f90 (patch)
tree1d9c3f8bf11018ea1ca5c310488c9cf23c070c8c /vespajlib/abi-spec.json
parentecd1dba4a8f11e7e5265c98675fc2fa780a4c6e5 (diff)
Add methods
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index c7363dbbd86..4f81f3baea8 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -854,8 +854,10 @@
"public java.util.Iterator subspaceIterator(java.util.Set, com.yahoo.tensor.DimensionSizes)",
"public java.util.Iterator subspaceIterator(java.util.Set)",
"public varargs double get(long[])",
+ "public varargs float getFloat(long[])",
"public double get(com.yahoo.tensor.TensorAddress)",
"public abstract double get(long)",
+ "public abstract float getFloat(long)",
"public com.yahoo.tensor.TensorType type()",
"public abstract com.yahoo.tensor.IndexedTensor withType(com.yahoo.tensor.TensorType)",
"public com.yahoo.tensor.DimensionSizes dimensionSizes()",