mindspore.ops.Cosh

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

等价于

ops.cosh(input)

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