Sparse addition of two CSR matrices, C = alpha * A + beta * B.
tf.raw_ops.SparseMatrixAdd(
a, b, alpha, beta, name=None
)
The gradients of SparseMatrixAdd outputs with respect to alpha and beta are not currently defined (TensorFlow will return zeros for these entries).
Returns | |
---|---|
A Tensor of type variant .
|