2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

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

mindspore.numpy.cbrt

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

    返回Tensor的立方根,逐元素计算。

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

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

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

搜索帮助