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