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