2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.numpy.rint.rst 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
宦晓玲 提交于 2024-09-24 11:47 . modify contents

mindspore.numpy.rint

.. py:function:: mindspore.numpy.rint(x, dtype=None)

    将数组的元素四舍五入到最接近的整数。

    .. note::
        不支持NumPy参数 `out` 、 `where` 、 `casting` 、 `order` 、 `subok` 、 `signature` 、 `extobj` 。

    参数:
        - **x** (Union[float, list, tuple, Tensor]) - 任意维度的输入Tensor。
        - **dtype** (mindspore.dtype, 可选) - 默认值: ``None`` 。覆盖输出Tensor的dtype。

    返回:
        输出Tensor的shape和类型与 `x` 相同。如果 `x` 是标量,则返回标量。

    异常:
        - **TypeError** - 如果 `x` 无法转换为Tensor。

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
master

搜索帮助