summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2019-08-20 12:21:37 +0000
committerArne Juul <arnej@yahoo-inc.com>2019-08-20 12:21:37 +0000
commit7df067cfb84f0d6e00e87bf69276d7a353c9f972 (patch)
treec537a1291c9f91a47e7a660cc49de11f722783bb /vespajlib/abi-spec.json
parentd88f2b235136691dcf08014cca60121ad2e3b62a (diff)
use same rules for cell value type resolving as C++
* pick cell value type from tensors with dimensions only * in Concat, use the expected combined cell value type for unit tensor
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 9c425570a7e..6b37d58f3c7 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1383,6 +1383,7 @@
"public"
],
"methods": [
+ "public static varargs com.yahoo.tensor.TensorType$Value combinedValueType(com.yahoo.tensor.TensorType[])",
"public static com.yahoo.tensor.TensorType fromSpec(java.lang.String)",
"public com.yahoo.tensor.TensorType$Value valueType()",
"public int rank()",