Function autograd::ops::softmax [] [src]

pub fn softmax(x: &Tensor, axis: isize) -> Tensor

Computes softmax along specified axis

axis can be negative.