mindspore.ops.Sinh

class mindspore.ops.Sinh
prim = ops.Sinh()
out = prim(input)

等价于

ops.sinh(input)

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