softmax

fun <T : DType, V> Tensor<T, V>.softmax(dim: Int = -1): Tensor<T, V>(source)