tensorflow::ops

Function 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).