View source: R/gen-namespace.R
torch_subtract | 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()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.