TensorSpace.divide

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

Compute the entry-wise quotient x1 / x2.

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

Parameters

x1, x2Tensor

Dividend and divisor in the quotient.

outTensor

Element to which the result is written.