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.coo_isinf
========================
.. py:function:: mindspore.ops.coo_isinf(x: COOTensor)
判断输入数据每个位置上的值是否是inf。
参数:
- **x** (COOTensor) - isinf的输入,COOTensor。
返回:
COOTensor,输出的shape与输入相同,数据类型为bool。
异常:
- **TypeError** - `x` 不是COOTensor。