mindspore.ops.isneginf ====================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg :target: https://atomgit.com/mindspore/mindspore/blob/master/docs/api/api_python/ops/mindspore.ops.func_isneginf.rst :alt: 查看源文件 .. py:function:: mindspore.ops.isneginf(input) 逐元素返回输入tensor中元素是否是负无穷数。 .. warning:: 该API目前只支持在Atlas A2训练系列产品上使用。 参数: - **input** (Tensor) - 输入tensor。 返回: Tensor