pub fn sparse_matrix_softmax_grad<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    softmax: &T0,
    grad_softmax: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for SparseMatrixSoftmaxGrad::new().call(&ctx, &softmax, &grad_softmax).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseMatrixSoftmaxGrad