torch_multiply: Multiply

View source: R/gen-namespace.R

torch_multiplyR Documentation

Multiply

Description

Multiply

Usage

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().


torch documentation built on Aug. 21, 2025, 5:50 p.m.