2.3K Star 8.1K Fork 4.3K

GVPMindSpore / mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.ops.func_coo_exp.rst 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
luojianing 提交于 2023-04-03 18:43 . delete limitation about rank 8 in docs

mindspore.ops.coo_exp

.. py:function:: mindspore.ops.coo_exp(x: COOTensor)

    逐元素计算COOTensor `x` 的指数。

    .. math::

        out_i = e^{x_i}

    参数:
        - **x** (COOTensor) - 指数函数的输入COOTensor。

    返回:
        COOTensor,具有与 `x` 相同的数据类型和shape。

    异常:
        - **TypeError** - `x` 不是COOTensor。
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
master

搜索帮助