Class TensorRemoveUpdate

java.lang.Object
com.yahoo.document.update.ValueUpdate<TensorFieldValue>
com.yahoo.document.update.TensorRemoveUpdate

public class TensorRemoveUpdate extends ValueUpdate<TensorFieldValue>
An update used to remove cells from a sparse tensor or dense sub-spaces from a mixed tensor. The specification of which cells to remove contains addresses using a subset or all of the sparse dimensions of the tensor type. This is represented as a sparse tensor where cell values are set to 1.0.