mindspore.mint.rsqrt ===================== .. py:function:: mindspore.mint.rsqrt(input) 逐元素计算输入tensor的平方根倒数。 .. math:: out_{i} = \frac{1}{\sqrt{input_{i}}} 参数: - **input** (Tensor) - 输入tensor。 返回: Tensor