torch_multiply function

Multiply

Multiply

torch_multiply(self, other)

Arguments

  • self: (Tensor) the first multiplicand tensor
  • other: (Tensor) the second multiplicand tensor

multiply(input, other, *, out=None)

Alias for torch_mul().

  • Maintainer: Daniel Falbel
  • License: MIT + file LICENSE
  • Last published: 2025-02-14