This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mindspore.ops.Inv
=================
.. py:class:: mindspore.ops.Inv
按元素计算输入Tensor的倒数。
更多参考详见 :func:`mindspore.ops.inv`。
输入:
- **x** (Tensor) - 任意维度的Tensor。数据类型必须是float16、float32或int32。
输出:
Tensor,shape和数据类型与 `x` 相同。