aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-06-11 10:04:14 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-06-11 10:04:14 +0200
commita7e6b478c536dee7abc14b62fa2700df2b9df93f (patch)
treea7427132e28e73293eacbd14dce1b4d1627ecfc5 /vespajlib/abi-spec.json
parent2014e93de206861200950343c5330ed5997d8770 (diff)
Parse dense tensors in the rightmost adjacent order
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 04e68e60178..b2b895040bc 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1352,7 +1352,8 @@
"public static com.yahoo.tensor.TensorType$Value[] values()",
"public static com.yahoo.tensor.TensorType$Value valueOf(java.lang.String)",
"public static com.yahoo.tensor.TensorType$Value largestOf(java.util.List)",
- "public static com.yahoo.tensor.TensorType$Value largestOf(com.yahoo.tensor.TensorType$Value, com.yahoo.tensor.TensorType$Value)"
+ "public static com.yahoo.tensor.TensorType$Value largestOf(com.yahoo.tensor.TensorType$Value, com.yahoo.tensor.TensorType$Value)",
+ "public java.lang.String toString()"
],
"fields": [
"public static final enum com.yahoo.tensor.TensorType$Value DOUBLE",