TensorSpace.multiply

TensorSpace.multiply(x1, x2, out=None)[source]

Compute the entry-wise product out = x1 * x2.

This function is part of the subclassing API. Do not call it directly.

Parameters

x1, x2Tensor

Factors in the product.

outTensor

Element to which the result is written.