Last chance! 50% off unlimited learning
Sale ends in
powered by
Subtract
torch_subtract(self, other, alpha = 1L)
(Tensor) the input tensor.
(Tensor or Scalar) the tensor or scalar to subtract from input
input
the scalar multiplier for other
Alias for torch_sub().
torch_sub()