mindspore.ops.Atan2

class mindspore.ops.Atan2[源代码]
prim = ops.Atan2()
out = prim(input, other)

等价于

ops.atan2(input, other)

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