mindspore.ops.Atanh

class mindspore.ops.Atanh[源代码]
prim = ops.Atanh()
out = prim(input)

等价于

ops.atanh(input)

更多详情请查看: mindspore.ops.atanh()