mindspore/docs/api/api_python/ops/mindspore.ops.IsClose.rst

9 lines
265 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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`