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.isfinite
======================
.. py:function:: mindspore.ops.isfinite(input)
返回一个布尔型tensor,指示哪些元素是有限数。
如果一个元素不是 ``NaN`` 、 ``-INF`` 、 ``INF`` ,则该元素被视为有限数。
参数:
- **input** (Tensor) - 输入tensor。
返回:
Tensor