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