summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-11-08 14:33:17 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-11-08 14:33:17 +0100
commitdf287b9364b8088192146df70f5f4814ff6c94c1 (patch)
tree8ee439c76b6640ce22f121790d10895dd8bdf30c /vespajlib/abi-spec.json
parent5ccaab5e304bbedc2589610f12ea9fc83d1522ab (diff)
Always serialize dynamic tensors in verbose form
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 6a93a17a8c1..8b87c5dc79f 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -707,6 +707,7 @@
"final"
],
"methods": [
+ "public static com.yahoo.tensor.DimensionSizes of(com.yahoo.tensor.TensorType)",
"public long size(int)",
"public int dimensions()",
"public long totalSize()",
@@ -820,7 +821,9 @@
"abstract"
],
"methods": [
+ "public static com.yahoo.tensor.IndexedTensor$Indexes of(com.yahoo.tensor.TensorType)",
"public static com.yahoo.tensor.IndexedTensor$Indexes of(com.yahoo.tensor.DimensionSizes)",
+ "public com.yahoo.tensor.TensorAddress toAddress()",
"public long[] indexesCopy()",
"public long[] indexesForReading()",
"public java.util.List toList()",