mindspore.ops.Cos

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

等价于

ops.cos(input)

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