aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-28 19:28:42 +0100
committerGitHub <noreply@github.com>2024-01-28 19:28:42 +0100
commit6992a234c6e474dbe95e446bd1cdc50bdb452414 (patch)
tree17abc9faf9e43147ee195b0dbe9259eb361b3a6d /vespajlib/abi-spec.json
parent140ed00756d8b45ee622fdd61d2df91dd133133a (diff)
parentc824e1209fdd979612ccead027889eb6294b4652 (diff)
Merge pull request #30084 from vespa-engine/bratseth/tensor-cleanupv8.294.50
Minor cleanup
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 1f44d90f924..452b2dc0da9 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1266,7 +1266,7 @@
"public static com.yahoo.tensor.Tensor from(double)"
],
"fields" : [
- "public static final int INVALID_INDEX"
+ "public static final int invalidIndex"
]
},
"com.yahoo.tensor.TensorAddress$Builder" : {
@@ -1324,7 +1324,7 @@
"public static java.lang.String labelToString(java.lang.String)",
"public com.yahoo.tensor.TensorAddress partialCopy(int[])",
"public com.yahoo.tensor.TensorAddress fullAddressOf(java.util.List, int[])",
- "public com.yahoo.tensor.TensorAddress sparsePartialAddress(com.yahoo.tensor.TensorType, java.util.List)",
+ "public com.yahoo.tensor.TensorAddress mappedPartialAddress(com.yahoo.tensor.TensorType, java.util.List)",
"public bridge synthetic int compareTo(java.lang.Object)"
],
"fields" : [ ]