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.IsClose
=====================
.. py:class:: mindspore.ops.IsClose
返回一个bool型Tensor,表示 `x1` 的每个元素与 `x2` 的每个元素在给定容忍度内是否“接近”。
更多参考详见 :func:`mindspore.ops.isclose`。