summaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-01-31 14:49:25 +0100
committerGeir Storli <geirst@verizonmedia.com>2019-01-31 15:09:50 +0100
commitc2d2778a0566431ce9251e3a342e37ce11e71f5a (patch)
tree2c8ecd37892e407f65f4ed8144ca1f4179797dd0 /document/abi-spec.json
parent9eb116d7c125dd6fb9f1ccc0f3eef6819d837702 (diff)
Support tensor modify update on dense tensors.
Always use a sparse tensor to hold the cells in a tensor modify update.
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index ddeeaeb46ec..4580cd8b728 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -5210,6 +5210,7 @@
],
"methods": [
"public void <init>(com.yahoo.document.update.TensorModifyUpdate$Operation, com.yahoo.document.datatypes.TensorFieldValue)",
+ "public static com.yahoo.tensor.TensorType convertToCompatibleType(com.yahoo.tensor.TensorType)",
"public com.yahoo.document.update.TensorModifyUpdate$Operation getOperation()",
"public com.yahoo.document.datatypes.TensorFieldValue getValue()",
"public void setValue(com.yahoo.document.datatypes.TensorFieldValue)",
@@ -5293,4 +5294,4 @@
"protected com.yahoo.document.update.ValueUpdate$ValueUpdateClassID valueUpdateClassID"
]
}
-}
+} \ No newline at end of file