mindspore.ops.atanh
====================
.. py:function:: mindspore.ops.atanh(input)
逐元素计算输入tensor的反双曲正切值。
.. math::
out_i = \tanh^{-1}(input_{i})
参数:
- **input** (Tensor) - 输入tensor。
返回:
Tensor