Function tensorflow::ops::sparse_matrix_softmax_grad
source · pub fn sparse_matrix_softmax_grad<O0: Into<Output>, O1: Into<Output>>(
softmax: O0,
grad_softmax: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseMatrixSoftmaxGrad::new().build(softmax, grad_softmax, scope)
.