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