Function autograd::ops::reduce_sum [] [src]

pub fn reduce_sum(x: &Tensor, axis: isize, keep_dim: bool) -> Tensor

Take sum along specified axis.