mindspore.ops.rad2deg ====================== .. py:function:: mindspore.ops.rad2deg(x) 逐元素将 `x` 从弧度转换为度数。 参数: - **x** (Tensor) - 输入tensor。 返回: Tensor