logSoftmax

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