mindspore.ops.atan =================== .. py:function:: mindspore.ops.atan(input) 逐元素计算输入tensor的反正切值。 .. math:: out_i = \tan^{-1}(input_i) 参数: - **input** (Tensor) - 输入tensor。 返回: Tensor