tf.raw_ops.SparseMatrixSoftmaxGrad

Calculates the gradient of the SparseMatrixSoftmax op.

softmax A Tensor of type variant. A CSRSparseMatrix.
grad_softmax A Tensor of type variant. The gradient of softmax.
type A tf.DType from: tf.float32, tf.float64.
name A name for the operation (optional).

A Tensor of type variant.