summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-05-07 16:31:29 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-05-07 16:31:29 +0200
commit84738dbd4aa45ecd54f2f3d04af3b31490fdf766 (patch)
tree64d1587f3a937aedd22822bdfea1e936cecec7ab /vespajlib/abi-spec.json
parenta2b9e7ec76a39f31890fd854bbd43887e9507675 (diff)
Emit float tensor types in config when specified
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 4f81f3baea8..0fded291a83 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1346,8 +1346,10 @@
"methods": [
"public static com.yahoo.tensor.TensorType$Value[] values()",
"public static com.yahoo.tensor.TensorType$Value valueOf(java.lang.String)",
+ "public java.lang.String id()",
"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 static com.yahoo.tensor.TensorType$Value fromId(java.lang.String)"
],
"fields": [
"public static final enum com.yahoo.tensor.TensorType$Value DOUBLE",
@@ -1390,8 +1392,7 @@
],
"methods": [
"public void <init>()",
- "public static com.yahoo.tensor.TensorType fromSpec(java.lang.String)",
- "public static com.yahoo.tensor.TensorType$Value toValueType(java.lang.String)"
+ "public static com.yahoo.tensor.TensorType fromSpec(java.lang.String)"
],
"fields": []
},