summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-01-27 09:38:43 +0100
committerJon Bratseth <bratseth@gmail.com>2023-01-27 09:38:43 +0100
commit35a1ad6eb3d59c9945cdfe8486f57e3f75b3091c (patch)
treeda3ca9d331d3d67060f6d6f9450f06e5be1a411b /vespajlib/abi-spec.json
parent7f923d43611071bf41fcac0c0ccac9eda16bb00c (diff)
Support embedding an array to a mixed 2d tensor
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 7f4a19b029d..418f3ed5911 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -976,6 +976,7 @@
"public com.yahoo.tensor.Tensor$Builder cell(com.yahoo.tensor.TensorAddress, double)",
"public com.yahoo.tensor.Tensor$Builder block(com.yahoo.tensor.TensorAddress, double[])",
"public com.yahoo.tensor.MixedTensor build()",
+ "public static com.yahoo.tensor.MixedTensor$BoundBuilder of(com.yahoo.tensor.TensorType)",
"public bridge synthetic com.yahoo.tensor.Tensor build()"
],
"fields" : [ ]
@@ -1026,6 +1027,7 @@
"public com.yahoo.tensor.MixedTensor build()",
"public void trackBounds(com.yahoo.tensor.TensorAddress)",
"public com.yahoo.tensor.TensorType createBoundType()",
+ "public static com.yahoo.tensor.MixedTensor$UnboundBuilder of(com.yahoo.tensor.TensorType)",
"public bridge synthetic com.yahoo.tensor.Tensor build()"
],
"fields" : [ ]
@@ -1466,6 +1468,7 @@
"public static com.yahoo.tensor.TensorType fromSpec(java.lang.String)",
"public com.yahoo.tensor.TensorType$Value valueType()",
"public com.yahoo.tensor.TensorType mappedSubtype()",
+ "public com.yahoo.tensor.TensorType indexedSubtype()",
"public int rank()",
"public java.util.List dimensions()",
"public java.util.Set dimensionNames()",