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.IsNan
====================
.. py:class:: mindspore.ops.IsNan
判断输入数据每个位置上的值是否是NaN。
更多参考详见 :func:`mindspore.ops.isnan`。
输入:
- **x** (Tensor) - 输入Tensor。
输出:
Tensor,shape与输入相同,数据类型为bool。