summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2021-05-19 11:35:40 +0200
committerLester Solbakken <lesters@oath.com>2021-05-19 11:35:40 +0200
commita186020aa62214a714f24091b7928a159a55b166 (patch)
tree418641c48b1fde584c19b8914608fee00bd37628 /vespajlib/abi-spec.json
parent00a724c605b3d1332a119454f1382830df2226d2 (diff)
Add ONNX-RT evaluator to model-integration module
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 ccdd09e4cab..4ddf8b83cdc 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -897,6 +897,7 @@
"public com.yahoo.tensor.TensorType type()",
"public abstract com.yahoo.tensor.IndexedTensor withType(com.yahoo.tensor.TensorType)",
"public com.yahoo.tensor.DimensionSizes dimensionSizes()",
+ "public long[] shape()",
"public java.util.Map cells()",
"public com.yahoo.tensor.Tensor remove(java.util.Set)",
"public java.lang.String toString()",