Function tensorflow::ops::sparse_matrix_softmax
source · pub fn sparse_matrix_softmax<O0: Into<Output>>(
logits: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseMatrixSoftmax::new().build(logits, scope)
.