Softmax method
When the data is mapped through Softmax, the maximum value in the data will be excluded in practice, which is not considered here.
Implementation
T Softmax({int dim = -1}) => _fromList(self.Softmax(dim: dim));
When the data is mapped through Softmax, the maximum value in the data will be excluded in practice, which is not considered here.
T Softmax({int dim = -1}) => _fromList(self.Softmax(dim: dim));