prim = ops.Asinh() out = prim(input)
等价于
ops.asinh(input)
更多详情请查看: mindspore.ops.asinh() 。
mindspore.ops.asinh()