aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-06-02 15:20:01 +0200
committerGitHub <noreply@github.com>2019-06-02 15:20:01 +0200
commitb33f016430c8f659e11d32cee616442cd029bcc2 (patch)
treede389ef84956ddaf0c46a62e3df79e876ae53660 /vespajlib/abi-spec.json
parenta255c7c12e62862e4fb57a8ac2adb8af194223d0 (diff)
parentc25c8a52e2328bcff2f5a35496e7568ee5a7c752 (diff)
Merge pull request #9641 from vespa-engine/bratseth/ranking-expression-models
Bratseth/ranking expression 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 9264b0a8255..04e68e60178 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1180,7 +1180,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": []
},