aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2023-11-09 11:03:09 +0000
committerArne Juul <arnej@yahooinc.com>2023-11-09 11:15:22 +0000
commit44ffed14e6ebbdf14fc457f57868597ec0664527 (patch)
tree0032161bbfca3dceb5001016246683f899847c9b /vespajlib/abi-spec.json
parent18237f7a83591a8f86ed45448f9114a54201311b (diff)
expose dense subspace blocks for serializing
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 3e9fb760e18..73131408f0f 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1002,6 +1002,22 @@
],
"fields" : [ ]
},
+ "com.yahoo.tensor.MixedTensor$DenseSubspace" : {
+ "superClass" : "java.lang.Object",
+ "interfaces" : [ ],
+ "attributes" : [
+ "public",
+ "final"
+ ],
+ "methods" : [
+ "public int hashCode()",
+ "public boolean equals(java.lang.Object)"
+ ],
+ "fields" : [
+ "public final com.yahoo.tensor.TensorAddress sparseAddr",
+ "public final double[] cells"
+ ]
+ },
"com.yahoo.tensor.MixedTensor" : {
"superClass" : "java.lang.Object",
"interfaces" : [
@@ -1011,6 +1027,7 @@
"public"
],
"methods" : [
+ "public java.util.List getInternalDenseSubspaces()",
"public com.yahoo.tensor.TensorType type()",
"public long size()",
"public double get(com.yahoo.tensor.TensorAddress)",