softmax

Function softmax 

Source
pub fn softmax<T: Float>(x: &Tensor<T>, _dim: i64) -> Result<Tensor<T>>
Expand description

Applies softmax along the specified dimension.