summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-04-01 14:40:24 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-04-01 14:40:24 +0200
commite8440bd1dbafac4ce09797bb3395b0cac54c6d82 (patch)
treece9330e6bf31907e59f197b84788623fef3d3de6 /vespajlib/abi-spec.json
parent14c6d045b501b11b82c19bfb1029fa4ff10ec350 (diff)
Initial skeleton for type information in serialization format.
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index b450b183c08..766b0daedcc 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1267,6 +1267,23 @@
],
"fields": []
},
+ "com.yahoo.tensor.TensorType$ValueType": {
+ "superClass": "java.lang.Enum",
+ "interfaces": [],
+ "attributes": [
+ "public",
+ "final",
+ "enum"
+ ],
+ "methods": [
+ "public static com.yahoo.tensor.TensorType$ValueType[] values()",
+ "public static com.yahoo.tensor.TensorType$ValueType valueOf(java.lang.String)"
+ ],
+ "fields": [
+ "public static final enum com.yahoo.tensor.TensorType$ValueType DOUBLE",
+ "public static final enum com.yahoo.tensor.TensorType$ValueType FLOAT"
+ ]
+ },
"com.yahoo.tensor.TensorType": {
"superClass": "java.lang.Object",
"interfaces": [],
@@ -1274,6 +1291,7 @@
"public"
],
"methods": [
+ "public final com.yahoo.tensor.TensorType$ValueType valueType()",
"public static com.yahoo.tensor.TensorType fromSpec(java.lang.String)",
"public int rank()",
"public java.util.List dimensions()",