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