Softmin
Applies a softmin function.
nnf_softmin(input, dim, dtype = NULL)
input |
(Tensor) input |
dim |
(int) A dimension along which softmin will be computed (so every slice along dim will sum to 1). |
dtype |
( |
Note that
Softmin(x) = Softmax(-x)
.
See nnf_softmax definition for mathematical formula.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.