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