torch_negative {torch} | R Documentation |
Negative
Description
Negative
Usage
torch_negative(self)
Arguments
self |
(Tensor) the input tensor. |
negative(input, *, out=None) -> Tensor
Alias for torch_neg()
[Package torch version 0.13.0 Index]