torch_multiply {torch}R 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().


[Package torch version 0.13.0 Index]