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