mindspore.ops.Atan

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

等价于

ops.atan(input)

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