Function autograd::ops::reduce_logsumexp [] [src]

pub fn reduce_logsumexp(x: &Tensor, axis: isize, keep_dims: bool) -> Tensor

Computes log(sum(exp(x))) along specified axis. axis can be negative.