summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-05-31 17:55:21 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-05-31 17:55:21 +0200
commit986c2da2986a2fc0de4895a8107c85e4d0f37fd3 (patch)
tree3d7934b9feb062b9d1d48f7d4f88734ab8fecd9b /vespajlib/abi-spec.json
parent470e70ea9fe12681bf0427497cf470ac76b9eb95 (diff)
Support native Vespa standalone models
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 4f81f3baea8..c31eed32830 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1176,7 +1176,8 @@
"public static boolean approxEquals(double, double)",
"public static com.yahoo.tensor.Tensor from(com.yahoo.tensor.TensorType, java.lang.String)",
"public static com.yahoo.tensor.Tensor from(java.lang.String, java.lang.String)",
- "public static com.yahoo.tensor.Tensor from(java.lang.String)"
+ "public static com.yahoo.tensor.Tensor from(java.lang.String)",
+ "public static com.yahoo.tensor.Tensor from(double)"
],
"fields": []
},