2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.numpy.lcm.rst 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
许子豪 提交于 2024-08-05 11:55 . 添加10个numpy中文文档

mindspore.numpy.lcm

.. py:function:: mindspore.numpy.lcm(x1, x2, dtype=None)

    返回 ``|x1|`` 和 ``|x2|`` 的最小公倍数。

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

    参数:
        - **x1** (Tensor) - 输入数据。
        - **x2** (Tensor) - 输入数据。
        - **dtype** (mindspore.dtype, 可选) - 默认值: `None`。覆盖输出Tensor的dtype。

    返回:
        Tensor或标量,输入绝对值的最小公倍数。如果 `x1` 和 `x2` 都是标量,返回标量。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
master

搜索帮助