Function tensorflow::ops::softmax

source ·
pub fn softmax<O0: Into<Output>>(
    logits: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Softmax::new().build(logits, scope).