mindspore.ops.isneginf ====================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/master/docs/api/api_python/ops/mindspore.ops.func_isneginf.rst :alt: 查看源文件 .. py:function:: mindspore.ops.isneginf(input) 逐元素判断是否是负inf。 参数: - **input** (Tensor) - 输入Tensor。 返回: Tensor,对应 `input` 元素为负inf的位置是 ``true`` ,反之为 ``false`` 。 异常: - **TypeError** - `input` 不是Tensor。