pub fn sparse_matrix_softmax<O0: Into<Output>>( logits: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SparseMatrixSoftmax::new().build(logits, scope).
SparseMatrixSoftmax::new().build(logits, scope)