logSoftmax

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