2.3K Star 8.1K Fork 4.3K

GVPMindSpore / mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.ops.func_coo_cosh.rst 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
俞涵 提交于 2023-03-25 17:21 . modify math format

mindspore.ops.coo_cosh

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

    逐元素计算COOTensor `x` 的双曲余弦值。

    .. math::
        out_i = \cosh(x_i)

    参数:
        - **x** (COOTensor) - coo_cosh的输入,任意维度的COOTensor,其数据类型为float16、float32、float64、complex64、complex128。

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

    异常:
        - **TypeError** - `x` 的数据类型不是float16、float32、float64、complex64、complex128。
        - **TypeError** - `x` 不是COOTensor。
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
master

搜索帮助