Threshold
Thresholds each element of the input Tensor.
nnf_threshold(input, threshold, value, inplace = FALSE) nnf_threshold_(input, threshold, value)
input |
(N,*) tensor, where * means, any number of additional dimensions |
threshold |
The value to threshold at |
value |
The value to replace with |
inplace |
can optionally do the operation in-place. Default: FALSE |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.