Skip to contents

Arctanh

Usage

torch_arctanh(self)

Arguments

self

(Tensor) the input tensor.

arctanh(input, *, out=None) -> Tensor

Alias for torch_atanh().