atanh

class maze.distributions.utils.atanh(x: torch.Tensor)

Computes the arc-tangent hyperbolic.

Parameters

x – The input tensor.

Returns

The arc-tangent hyperbolic of x.