maxframe.tensor.positive#

maxframe.tensor.positive(x, out=None, where=None, **kwargs)[source]#

Numerical positive, element-wise.

Parameters:

x (array_like or scalar) – Input tensor.

Returns:

y – Returned array or scalar: y = +x.

Return type:

Tensor or scalar