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

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

Softmax function.

Take softmax along axis.