torch_subtract {torch} | R Documentation |
Subtract
torch_subtract(self, other, alpha = 1L)
self |
(Tensor) the input tensor. |
other |
(Tensor or Scalar) the tensor or scalar to subtract from |
alpha |
the scalar multiplier for other |
Alias for torch_sub()
.