mindspore.ops.Atan2

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

is equivalent to

ops.atan2(input, other)

Refer to mindspore.ops.atan2() for more details.